A Tower Defense game with real objects as towers.
This is a wrap around Teddy's Canvas TD for Lampix tabletop AR. The interactions are transformed into mouse events for the legacy app.
Video attached to this tweet
- clone repository
- update
config.json
with the maximum heights of the objects that are used as towers npm install
npm run build
- upload the
.zip
file fromdist-x.y.z
directory to Lampix (directly to device or through MyLampix)
- call UI actions directly from watcher's callback and remove event listeners
- implement tower management (move, sell, upgrade etc)
- update UI (buttons etc)
- ...