Welcome to Dragon Dungeon!
This repository contains my first Unity learning project—a dummy 2D platformer game. The project serves as a hands-on introduction to Unity game development, focusing on core platformer mechanics and basic game design principles.
Dragon Dungeon is a simple 2D platformer built using Unity.
It features basic player movement, jumping, and interaction with platforms.
This project is primarily intended for learning and experimenting with Unity features, scripts, and game structure.
- Basic player controls (movement & jump)
- 2D platformer environment
- Placeholder graphics and assets
- Simple level design for prototyping
- Designed for Unity beginners
To run this project:
- Clone the repository:
git clone https://github.com/PurvDabhi/Dragon-Dungeon.git
- Open the project folder in Unity Hub.
- Use Unity Editor (recommended version: 2021.3 LTS or later) to open and run the scene.
- Play the game in the Unity Editor by pressing the Play button.
- Explore the code and assets to understand basic 2D platformer implementation.
As this is a learning project, contributions are welcome for suggestions, improvements, or new features.
Feel free to fork the repo and submit a pull request!
This project is licensed under the MIT License.
See LICENSE for more information.
Created by PurvDabhi.
This project is intended for learning and experimentation with Unity. Feel free to use it as a reference or base for your own Unity projects!