An endless, 'massively multiplayer' struggle to decide, who is the real Geoffrey?
In IAmGeoffrey, you patrol a maze attempting to rack up kills and collect stars. In the maze, you'll find everybody else currently playing, trying to do the same thing. Your character always faces to the right, and to score a kill you must approach your enemy from the left, stabbing them in the back. But a green diamond will reverse the direction, and bombs will keep things interesting.
You've found the raw source repository of IAmGeoffrey, a js13kgames.com entry for 2015. This is the 'uncompiled' source so naturally it is more than 13kb, but using grunt this compiles into the distrib directory to produce a minified, zippable competition entry at less than 13kb.
- Clone the repository
- Run npm install inside the repository.
- Run the grunt task.
- Direct the js-game-server a this games directory
- npm start on the js-game-server