Adventure - The Game is a 2D platformer built using Python and Pygame. The project is currently in development and will be expanded with more features over time.
- Player movement with jumping and double jumping.
- Collision detection with blocks and obstacles.
- Animated fire traps.
- Side-scrolling mechanics.
-
Clone the repository:
git clone https://github.com/kikolaranjeira/1-Game-Python-2D.git cd 1-Game-Python-2D.git -
Install dependencies:
pip install pygame
-
Run the game:
python main.py
- Left Arrow โ Move left
- Right Arrow โ Move right
- Spacebar โ Jump (Double jump available)
- Add enemies
- Implement power-ups
- Add background music and sound effects
- Create more levels
This project is open-source and available under the MIT License.
๐ก Feel free to contribute and improve the game!
