This is a simple platformer game built with Python and Pygame following a YouTube tutorial.
Tutorial link: https://www.youtube.com/watch?v=6gLeplbqtqg&t=205s
Installation Usage Contribution
- Clone the repository
- Install Pygame using pip
To start the game, run the main.py file
In the game use the left and right arrow keys to move the player, and press the space bar to jump. Avoid obstacles and try to reach the end of the level.
Contributions are welcome! If you find a bug or want to add a new feature, please open an issue or a pull request.