/fetchQuestUpdate

Update to the open source HTML5 game made by the Ant Pixel crew in 2020.

Primary LanguageJavaScriptMIT LicenseMIT

Lastest playable build of the game:

Play Fetch Quest!

How to install the game

  • Install git
    • Here's an installion guide for git
  • Install github (optional)
    • Here's a link to installing the desktop version of github
  • Install nodeJs
  • Inside commandline navigate to "eansPhaserBoilerPlate" folder
    • This should be achieved by entering cd apGameJamTemplate
  • In command line run npm install
    • Our backend uses nodejs so this will install the resources our projects needs to run independently

How to run the game

  • On the command line navigate to "apGameJamTemplate" folder (if you're not already there)
    • This should be achieved by entering cd apGameJamTemplate
  • On command line run npm start
    • This script actually starts up our server (which means our game is running)
  • Open up a web browser and go to this address http://localhost:7777
    • http://127.0.0.1:7777 also works because these are representations of the "home" address
  • From here you'll be able to play the game!

Contributers