HOME is an open source browser-based game made for GitHubGameOff 2018 (https://itch.io/jam/game-off-2018) game jam hosted on itch.io. It was written using the PhaserJS game engine.
To play the game right now on itch.io, go here https://sharpfives.itch.io/home
This project uses NodeJS to run a minimal webserver for hosting the game. Download and install NodeJS (https://nodejs.org)
git clone https://github.com/sharpfives/home-game.git
cd home-game
npm inode home-game.jsThis will host the game on a local webserver at port 8080. The run the game, in browser, navigate to:
http://localhost:8080Currently only Firefox and Chrome browsers are supported.
Thanks for playing!