Skip to content

The GitHub Game Off 2012 is a game jam / hackathon / coding challenge to create an open source a web-based game

License

Notifications You must be signed in to change notification settings

colwem/game-off-2012

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

To run the project:

  • Install
    • node.js
    • npm
    • coffeescript
    • git-svn
    • python
    • java

Run:

git clone git://github.com/LPMC-Game-Off-2012/game-off-2012.git
cd game-off-2012
git submodule init
git submodule update
cd lib/limejs
bin/lime.py init
cd ../../gameOff
coffee -c gameOff.coffee

Now you can open gameOff/gameOff.html with a browser and play the game. (hopefully)

About

The GitHub Game Off 2012 is a game jam / hackathon / coding challenge to create an open source a web-based game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.0%
  • CoffeeScript 6.0%