Just a 2D space shooter from a neighboring parallel world. It was written using Python and Pygame. To control the player, you can use either the keyboard or a joystick. The game features a variety of cool bosses and enemies that will challenge your skills and keep you engaged. Get ready to blast your way through waves of enemy ships and take on epic boss battles in this exciting space adventure!
- Clone the repository:
git clone [https://github.com/Dave-YP/cosmic-heat-pygame.git](https://github.com/Dave-YP/cosmic-heat-pygame.git)
- Change directory:
cd cosmic-heat-pygame
- Create a virtual environment:
python -m venv env
- Activate the virtual environment:
source env/Scripts/activate
- Install requirements:
pip install -r requirements.txt
- Run the game:
python main.py
- shoot - SPACE
- move - arrows
- pause - P
- exit - Esc