Forest Invaders is a simple, amateur project created as my first Python game. The goal of the game is to defend the forest from invading enemies. This project was made to learn the basics of Python and game development.
- Basic game mechanics
- Simple graphics
- Score tracking
Make sure you have Python and Pygame installed.
You also need the pygame library. Install it with:
pip install pygameTo start the game, open your terminal in the project folder and run:
python forest_invaders.pyThis is a beginner-level, amateur project. Feel free to expand it and develop more advanced game mechanics, graphics and features.