Skip to content

sam6134/corona-wars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corona-Wars Arcade Game

🏆 Achievements

The Best Video Game Remix Award in MLH Hack-Cade 2021.

Official GamePlay Video

Offical Gameplay Video

Note the above code is not very organized (owing to the time constraints of hackathon) and currently is all in main.py file.
Please follow the instructions to setup to play the game as per your System requirements.

Python 3.7

Instructions to Run locally and contribute [Windows]

  1. Install Python.
  2. Clone this repository and open terminal, change directory to the repo.
  3. Run python -m venv venv to create virtual environment.
  4. Run venv\Scripts\activate command to activate virtual environment.
  5. Run pip install -r reqirements.txt command to install dependencies.
  6. Enter python main.py to launch the game.

Instructions to Run locally and contribute [Linux/MacOS-X]

  1. Install Python.
  2. Clone this repository and open terminal, change directory to the repo.
  3. Run python -m venv venv to create virtual environment.
  4. Run source venv\bin\activate command to activate virtual environment.
  5. Run pip install -r reqirements.txt command to install dependencies.
  6. Enter python main.py to launch the game.

About

Owing to the current pandemic situation, I remixed my old favourite space arcade game to a brand new game named corona wars.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages