Skip to content

This is a classic game that I made in Python using PyGame where you have to dodge the falling asteroids.

Notifications You must be signed in to change notification settings

kerBiy/space-dodge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Dodge

Embark on an interstellar adventure like never before with "Space Dodge"! In this action-packed journey, players assume the role of a brave astronaut navigating the treacherous depths of space, tasked with dodging falling asteroids as they journey from left to right across the cosmos. But "Space Dodge" isn't just about survival, it's about pushing the boundaries of your skills and achieving new heights of success. The stars await—let the adventure begin!

Screenshots

This is the splash screen (it lasts for 2 seconds):

App Screenshot

This is the start screen. You need to press enter to play the game.

App Screenshot

This is the play screen. You move from left to right dodging the falling asteroids.

App Screenshot

And this is the game over screen. You can pres enter to retry.

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/kerBiy/space-dodge.git

Go to the project directory

  cd space-dodge

Start the game

  python3 main.py