Skip to content

Using pygames library to recreate an epic version of the classic Atari game, Asteroids!

Notifications You must be signed in to change notification settings

cis3296s24/Asteroids-Plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asteriods+ : A Replica of Asteriods

Jericho Orienza, Prince Nahar, Amy Ollomani, Iris Ye

image

Description

​​The goal of this project is to recreate the popular Atari game, Asteroids. This classic arcade game has the user play as a spaceship moving around a 2D top view open space in which the user has to dodge and destroy asteroids hurdling towards them. Destroying an asteroid has the chance to drop a power up for the user such as extra life, deflector shields, and a big bomb. Along with survival mode, Asteroid Plus will include a co-op mode where you can play against a friend to see who can survive the longest! While Survival mode focuses on obtaining a high score through destroying as many ships and asteroids as possible, co-op mode limits player shooting and increases asteroid spawning. In co-op mode, the name of the game is to dodge, whose the better space pilot?!

How to Install and Run

Prerequisites

Before installing Asteroids Plus, ensure you have the following installed on your system:

  • Python (Download from python.org)'=
  • Pygame, which can be installed in your terminal using pip:
    pip install pygame
  • refer the rest of the instructions to How to build section at the end of this file

Installation Instructions

Window Users

  1. Download the latest binary from the Release section
  2. Extract the zip file to your preferred location
  3. Open command prompt and navigate to the extraced 'Asteroids+' folder:
    cd path\to\Asteroids+
  4. Run the game with Python:
    python menu.py

macOS Users

  1. The binary will not work due to security reasons, thereby please navigate to How to Install and Run section to execute the program through terminal or IDE

ENJOY PLAYING SPACE RIDER!

How to contribute

Follow this project board to know the latest status of the project: [http://... ](https://github.com/orgs/cis3296s24/projects/62/views/2)

How to build

  • Fork this github repository from the main branch
  • Clone the repository in your desired editor
  • Ensure Python is installed
  • Download the latest version of Pygames in your terminal
  • Run the menu.py to compile and launch the Asteroids+ program

About

Using pygames library to recreate an epic version of the classic Atari game, Asteroids!

Resources

Stars

Watchers

Forks

Packages

No packages published