Ursina TopDown is a top-down engine developed using the Ursina engine in Python.
You can use it as a starting point if you want to develop a top down game using the Ursina Engine
To run Ursina TopDown, you'll need Python and the Ursina engine installed. Follow these steps:
Clone the Repository
git clone https://github.com/craftedgp/ursina-topdown.git cd ursina-topdown
Install Dependencies
Make sure you have Python 3.9 or higher. Install the required packages using
pip
:pip install ursina
Run the Game
Start the game by running the
main.py
script:python main.py
- Movement: Use
W
,A
,S
,D
keys to move the player.
This project is licensed under the CC0 License - see the LICENSE file for details.