Skip to content

Turns your iphone/android device into a remote game controller using nodejs.

Notifications You must be signed in to change notification settings

davidawang/Rage-Racer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RageRacer

By David Wang, Daniel Ge, Bezhou Feng, and Adi Dahiya

v 0.1.0 Note: This version of rage racer was demoed at Spring 2011 HackNY. It's very "hacked" and makes a lot of unnecessary broadcast calls. Future versions will fix this and use modules dnode + connect.

To see our demo video at HackNY, jump to minute 1:17:27 of the archive of the livestream:

Getting Started

Install node.js, npm, socket.io (eyes for debuggin purposes)

Clone the git repo, install dependencies, and start our demo:

  1. cd rageracer/
  2. npm install eyes socket.io
  3. node rageracer.js

To view the GUI, open the serverrunner.html under the folder "client". During the demo we hosted serverrunner.html and server.js on another server, but it can hosted on the same server (given that node.js is properly configured to serve them as static files). This will be fixed in future releases.

Many thanks to the guys at Nodejitsu for their help.

About

Turns your iphone/android device into a remote game controller using nodejs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published