Skip to content

Instantly share code, notes, and snippets.

View abs-js's full-sized avatar
😉
i'm trusting

abs-js

😉
i'm trusting
  • Joined Jun 30, 2024
View GitHub Profile
@straker
straker / README.md
Last active July 1, 2024 19:17
Basic Classic Helicopter HTML and JavaScript Game

Basic Classic Helicopter HTML and JavaScript Game

This is a basic implementation of the classic Helicopter game, but it's missing a few things intentionally and they're left as further exploration for the reader.

Further Exploration

  • Score / Distance
  • As the helicopter moves right, the score / distance should increase. Use context.fillText() to display the score / distance to the screen