/simple-js-game

"The Easiest Javascript Game Ever"

Primary LanguageJavaScript

Block Jump

Status GitHub Issues GitHub Pull Requests License


"The Easiest Javascript Game Ever"

Table of Contents

This is a simple block jump game built using just three files and less than 100 lines of code. I followed the tutorial given here: https://youtu.be/bG2BmmYr9NQ by YouTube channel KnifeCircus.

  1. Launch the game.
  2. Click within the box to start the game. Click again to make the rectangular character jump up over the oncoming block.
  3. You lose if the block hits your character. 4: Refresh the page if you want to play again!

  • HTML
  • CSS
  • JavaScript

simple-js-game