/home-game

a short game made for GitHub GameOff 2018

Primary LanguageJavaScript

About

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

Dependencies

This project uses NodeJS to run a minimal webserver for hosting the game. Download and install NodeJS (https://nodejs.org)

Install

git clone https://github.com/sharpfives/home-game.git
cd home-game
npm i

Run

node home-game.js

This will host the game on a local webserver at port 8080. The run the game, in browser, navigate to:

http://localhost:8080

Currently only Firefox and Chrome browsers are supported.

Thanks for playing!