Skip to content

kyleschmolze/thumbwar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thumb War

Thumb War is a totally awesome JavaScript-based video game platform. Get some friends together, hop on at thumbwar.me, and start playing! Think Mario Party for mobile.

How it works

Matchmaking

Players enter a name (or have one generated for them) and are automatically paired with others players waiting to play.

Metagame

The metagame tracks the overall "score" of a party as they play a series of minigames. Screen control is handed off between the metagame and each miniagme. After each minigame, the metagame displays the current score, as well as the upcoming game and its instructions.

Minigames

Minigames can be modularly written to take total control of the screen of all of the players, and have total freedom as to gameplay / teams / cooperative vs. competitive aspects. We just want some great short games in here! Each minigame simply reports back to the metagame when a gameover has occured (as well as the scores of each player).

How to run for development

  • sudo npm install -g supervisor
  • sudo npm install -g coffee-script
  • sudo npm install
  • sudo supervisor app.coffee
  • coffee -c -w assets/
  • point your browser to localhost

Todo

  • End game condition with final scores
  • More games!

Credits

Built by @rofreg, @lizneu08, and @kyletns for the DowncityJS hackathon, February 2-3.

License

Thumb War is released under a dual license. You may choose either the GPL or MIT license, depending on the project you are using it in and how you wish to use it. Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published