An Isometric-Style game made with the PyGame library.
An in-depth paragraph about your project and overview of use.
- Python3
- PyGame
- You can go to the releases page to get a prebuilt executable
- You can also run it from source by downloading the code
- You need to have at least python3 installed
- You also need to have 'pip' so you can install the needed depedencies
pip install pygame
- Open the code in an IDE or editor and run it,
- IF using terminal, run it using the following command,
python3 blade.py
If you run into the following error:
/usr/bin/env: ‘python’: No such file or directory
Delete the very first line of the blade.py script, ONLY if you encounter the error.
Contributors names and contact info
- 0.2
- Various bug fixes and optimizations
- See commit change or See issues
- 0.1
- Initial Release
This project is licensed under the Creative Commons Zero v1.0 Universal License - see the LICENSE file for details
Inspiration, code snippets, etc.