Skip to content

NiklasZ/MotoMotoMoto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MotoMotoMoto

This is a 2D multiplayer racing game developed at StrathHack 2014. Its main trait was that it procedurally generated racing tracks using stock prices with special effects where appropriate. It originally got this data from the Bloomberg API, but has since then switched to using random generation + seeds instead.

To actually play the game, you can download and install using the steps below or play it online here.

Note: it also features a "pay $10" feature to unlock some interesting skins, using Braintree, however this is just a gimmick to test out the API. DO NOT put your actual details into this sytem (the data doesn't go anywhere, but it still wouldn't be wise to do it).

Installation

  1. Install node using the Windows installer or NVM if you are using Linux.
    • After installing NVM (if you are using it) run nvm install 0.10
  2. Checkout this git directory and run npm install
  3. Run node server
  4. In your browser navigate to http://localhost:3000

Authors

About

Hackathon game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%