Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 537 Bytes

SmoothRacerDemo.md

File metadata and controls

21 lines (12 loc) · 537 Bytes

Back to list of demos

Smooth Racer Demo

What is it?

This is a partially-playable technology demo showing a smoother racer on the neopixels, implementing momentum by tracking player velocity and modifying it (accelerating/decelerating) over time. It is only one player, and there's no "winning".

Where's the code?

SmoothRacerDemo.js

Controls:

  • Button A to accelerate P1.

Radio Communication

None implemented

Challenges for SmoothRacer

  • make a complete game using this core