This is a Python implementation of the classic Nokia 3310 Space Impact game using the Turtle graphics module.
In this game, the player controls a spaceship and navigates through space, encountering enemy ships along the way. The player can move the spaceship up and down using the up and down arrow keys respectively. The player can shoot bullets at the enemy ships using the 's' key on the keyboard.
After each level, there is a boss fight where the player faces a tougher enemy.
- Classic gameplay reminiscent of Nokia's 3310 Space Impact.
- Simple controls: up and down arrow keys to move, 's' key to shoot.
- Increasing difficulty with each level.
- Boss fights after every level.
- Python 3.x
- Turtle graphics module (usually comes pre-installed with Python)
- Clone this repository to your local machine.
- Make sure you have Python installed.
- Navigate to the directory where the repository is cloned.
Git Clone: https://github.com/NabilRaiyan/Space-Impact.git- Run the game using the following command:
- Up Arrow: Move the spaceship up
- Down Arrow: Move the spaceship down
- 's' Key: Shoot bullets at enemy ships