A python prototype game with the theme "One Bullet".
Player 1
WASD - Move
J - Shoot
Player 2
Arrow keys - Move
Space bar - Shoot
- Clone the repo
git clone https://github.com/CaresleGames/one-bullet.git
- Create a python virtual environment and Activate
python -m venv venv
# Windows
venv\Scripts\activate
- Install Pygame
pip install pygame
- Run the main file
python main.py
Font - Kenney