Skip to content

Awowz/Planetoid-Hazard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planetoid-Hazard

Planetoid-Hazard is an Asteroids and Risk of Rain inspired game.

Gameplay Sample!

Prerequisites

you will need...

  • Python 3
  • Pygame Version 2.6.1

Install Instructions

  1. either download and unzip the file or pull this github repoository
  2. navigate to the root of the file (where main.py is located) via your prefered terminal
  3. first create a virtural enviorment by running
python3 -m venv venv
  1. we now need to actiave our virtual enviorment

For Linux

source venv/bin/activate

For Windows

source venv/Scripts/activate
  1. lastly we need to install the required version of pygames in our virtual enviorment. Run the following command.
pip install -r requirements.txt
  1. anytime you want to run the game, make sure your in your virtual enviroment (check step 4) and run
python3 main.py

About

A fun lightweight game based on Asteroids Mixed with elements of Risk Of Rain

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages