tommoor / felony

WIP. HTML5 top-down game using box2d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Felony

Felony is a top down, open world exploration game inspired by the original GTA written in Javascript using Three.js and Box2D. I'm tracking the progress of development here: http://felonygame.tumblr.com/

Building

The game source is built using grunt, so you'll need to do something like this to get going:

npm install -g grunt-cli
npm install
grunt build

Contributions

Shoot me a tweet/email first if you'd like to contribute anything to this project - the roadmap is long and not currently public.

About

WIP. HTML5 top-down game using box2d


Languages

Language:JavaScript 96.0%Language:CSS 2.1%Language:HTML 1.9%