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 pygame
Clone the repository:
git clone https://github.com/FazeZxc/pygame-project.git
Navigate to the project directory:
cd pygame-project
Run the game:
python main.py
This project is licensed under the MIT License.
- Pygame Documentation
- Character and background assets are from free sources. Please ensure to follow their licenses.