For this iteration, I've worked on making the game playable on a wider range of devices by adding native touch input support. To complement that, there's now an FPS counter to monitor how well the game is performing on those various devices.
In addition, the game now has a counter that keeps track of your current score, as well as mechanics for increasing the game's difficulty as your score increases (read #7 for details).
What's Changed
- Add an FPS counter to the top-right corner by @RandomSearch18 in #5
- Support controlling the car using a touchscreen by @RandomSearch18 in #6
- Increase difficulty as the game progresses by @RandomSearch18 in #7
Full Changelog: v0.1...v0.2