Greetings! The game is currently available on https://insulationman.github.io/realorfakegame/
Follow these steps to contribute to the game:
- Clone the repository.
- Install node and npm on your computer.
- Run the following command within the project to install all the referenced packages:
npm install
- Get the game running on your computer by the following command:
npm run dev
- Create a pull request once you made your changes.
The following technical choices were made. This guide is the basis for the game: https://gamedevacademy.org/html5-phaser-tutorial-top-down-games-with-tiled Lets not forget to donate some money to the map making software guy.
Here's a guide for making maps: https://medium.com/@Shakuro/phaser-js-tutorial-creating-and-loading-a-map-enabling-collisions-3ca33917a902
We are currently the phaser javascript platform to create the game.
The page is hosted using github pages. The page is created every time code is pushed to the master branch, and the packaged code is hosted on the gh-pages branch.