Skip to content

Homework 01

Deadline 2023-03-16 23:59:59

Write a game in pure html and JS (no canvas). Game - top-down racer.
https://play.google.com/store/apps/details?id=com.exstreme.topracing&hl=en&gl=US

Using images is ok!

Must have:
- Road is randomly generated. - Car moves left-right with keyboard.
- Game gets progressively harder/faster.
- Obstacles on road. - List of best results (non-permanent). - Direction of road is vertical. - pause/start - use full viewport, responsive - support chrome/edge (no need for)

Nice to have: Car is also movable up and down (not just left-right). Shooting function? Power-ups? Levels?
list of best results (permanent).