This is a simple 2D platformer game built using Pygame. The game features basic character movement, jumping mechanics, and projectile shooting. Players can move left or right, jump, and shoot bullets.
To run this game, ensure you have the following installed:
- Python (3.6 or higher)
- Pygame library
You can install Pygame using pip:
pip install pygameClone the repository:
git clone https://github.com/FazeZxc/pygame-project.gitNavigate to the project directory:
cd pygame-project Run the game:python main.pyThis project is licensed under the MIT License.
- Pygame Documentation
- Character and background assets are from free sources. Please ensure to follow their licenses.