cch5ng / frontend-nanodegree-arcade-game

Arcade game written in JavaScript, using HTML Canvas
http://cch5ng.github.io/frontend-nanodegree-arcade-game/
0 stars 0 forks source link

new UI: interact with game via player physical movement (walk or hop) #6

Open cch5ng opened 9 years ago

cch5ng commented 9 years ago

use geolocation data to interpret player's physical movements (step forward, backward, side) and move avatar accordingly. maybe altitude can be interpreted to move player further or faster.

develop on a separate branch. not sure if this should be a separate repo so it can have its own github pages.

http://www.html5rocks.com/en/tutorials/geolocation/trip_meter/