Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 1.43 KB

README.md

File metadata and controls

16 lines (16 loc) · 1.43 KB

The COVID-19 Game

I got this idea as my country is currently in a COVID-19 "circuit breaker". I thought it would be fun to create a game in which COVID-19 could be defeated, even if it is not yet possible in real life. Most strategy games involve military units, world conquest and the like, and I don't believe that there is any strategy game as yet which allows you to play as blood cells. I decided to use melonjs as it has good support for tile maps (including isometric maps if I'm minded to head in that direction in the future) and it was easy to install via npm (so it could easily be integrated with Quasar). Of course, I chose Quasar framework as the underlying framework as Quasar framework is the best!

Installation instructions

  1. Clone the repo.
  2. Click the menu button in Google Chrome, then click More Tools -> Extensions.
  3. Turn on Developer mode.
  4. Click the "Load unpacked" button.
  5. Select the folder in which you cloned the repo.
  6. A new button should appear in the toolbar.
  7. Click the button to create a new tab and play the game.

URLs for download