Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 575 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 575 Bytes

Phone Controlled Web Game

A web based game using WebGL and Websockets that can be controlled using a smartphone.

Original game by Charlie Walter.

Live demo : Link

##How to use:

$npm install
$node server.js

Point your browser to http://localhost:8000
Read the QR code on the screen on your smart phone.

Controls:

Press down to accelerate.
Turn the phone side way to turn the car.
If the steering seems inverted, try rotating your phone 180 degrees.

cicd