Skip to content

A terminal-based game that uses the python curses module. The name describes itself :)

License

Notifications You must be signed in to change notification settings

ofer-afik/Asteroid-Shooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cc342be · · Jan 11, 2026

History

23 Commits
Jan 9, 2026
Jan 11, 2026
Dec 26, 2025
Dec 26, 2025
Jan 5, 2026

Repository files navigation

Asteroid-Shooter

A terminal-based game that uses the python curses module. The name describes itself :)

To run:

Requirements:

  • Python 3.x.x
  • Terminal or command prompt to run
  • windows-curses package installed (Windows only)

Linux/macOS

  1. Open a terminal
  2. Navigate to the directory where the game.py file is saved: cd /path/to/the/folder
  3. Run the script: python3 game.py
  4. Enjoy!

Windows

  1. Open Command Prompt
  2. Make sure you have windows-curses installed (Link in the requirements)
  3. Navigate to the folder: cd C:\path\to\your\folder
  4. Run the script: python game.py
  5. Enjoy!

About

A terminal-based game that uses the python curses module. The name describes itself :)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages