Skip to content

A game where the player controls a jet to dodge missiles. Made with pygame.

Notifications You must be signed in to change notification settings

K-Kelvin/Jet_Game

Repository files navigation

Jet_Game

Simple game where a user controls a jet to dodges missiles. Made using python's pygame module.

Setup and Running

Clone the project and navigate to the project directory:

git clone https://github.com/K-Kelvin/Jet_Game.git

cd Jet_Game

Ensure you have python installed, preferably python 3

Install project dependencies:
pip install -r requirements.txt

To run the game:
python jet_game.py

Game play Instructions

Key Action
UP, DOWN, LEFT, RIGHT Move the jet on the screen
n Play music
m Stop music
r Reset the game
p Pause the game / Resume the game
right shift Change the background to a random color
left shift Set the background color to default (sky blue)
ESC Stop the game and go back to the start screen

Screenshots

screenshot 1 screenshot 2 screenshot 3 screenshot 4

About

A game where the player controls a jet to dodge missiles. Made with pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages