/platformer

Little MORPG platformer game. Written as an ongoing expiriment in large Javascript codebases and game development. Work in progress.

Primary LanguageJavaScript

Platformer

A little bouncy box game. There's literally no game design. Just code. :)

multiplayer gameplay screenshot

gameplay screenshot demoing coin collection

Installation

Clone the git repo, if you haven't already.

Run the following commands:

npm install
node app.js

Point a browser (Chrome or Firefox) at localhost:3000.

Version History

Alpha 1 (2013-11-14)

This was the first 'release' as well as the debut of horizontal collision detection, minimal NPC AI, map loading from variables, and the basic game engine.