This is a simple 2D game on Python in Visual Studio 2022.
Use the arrow keys to control the crow, dodge fire, collect stars. As the crow encounters fire, it takes damage. By collecting stars, you increase the number of points!
- Clone this repository to your local machine.
- Open the
python_gamefolder inVisual Studio Code 2022. - Run the game by pressing
F5or selectingRun Python Filemenu.
The following dependencies are required to build and run the Dark-crow:
| Dependency | Version |
|---|---|
| Windows SDK | 10.0 |
| Visual Studio Compiler | 2022 |
| Build Tools | v143 |
This project is licensed under the MIT License. See the LICENSE file for more information.