Skip to content

Balbader/Asteroids

Repository files navigation

Asteroids

Build a simple video game, based on the classic Asteroids.

Prerequisits

  • Python 3.10+ installed
  • Access to a unix-like shell (e.g. zsh or bash)

Installation

  1. Clone the repository:
git clone <repository-url>
cd <repository-name>
  1. Install required packages:
pip install -r requirements.txt
  1. Run the game:
python main.py
  1. Play:
  • w, a, s, d to move
  • space to shoot

About

a simple video game, based on the classic Asteroids

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages