Skip to content

3xter666/Asteroids

Repository files navigation

Asteroids Game

This is a simple Asteroids game built using Pygame.

Prerequisites

  • Python 3
  • Pygame

Setup

  1. Clone or download the project.
  2. Navigate to the project folder in your terminal.

Installation

Install Pygame via pip: (You can also use python3 -m pip install pygame on some systems.)

Usage

Run the game with:

Controls

  • W: Move forward
  • S: Move backward
  • A: Rotate left
  • D: Rotate right
  • Space: Shoot

Close the game window or press Ctrl + C in the terminal to stop the game.

Features

  • Basic Asteroids gameplay.
  • Player ship moves, shoots, and accumulates score.
  • Colliding with asteroids ends the game.
  • Score is displayed on screen.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published