Skip to content

phucfix/asteroids

Repository files navigation

asteroids

Asteroids is a space-themed multidirectional shooter arcade video game. The player controls a single spaceship in an asteroid field which is periodically traversed by flying saucers. The object of the game is to shoot and destroy the asteroids.

Demo

Game play

Prerequisites

  • Python 3.10+ installed
  • uv project

Before start

  1. Create a virtual environment at the top level of your project directory:
uv venv
  1. Activate the virtual environment:
source .venv/bin/activate

You should see (Asteroids) at the beginning of your terminal prompt

  1. Install dependency:
uv sync
  1. Run the game:
uv run main.py

How to play

Using W, S to move up and down. A, D to turn direction and SPACE to shoot.

About

a simple video game, based on the classic Asteroids Arcade game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages