JS + HTML Games

These are 3 possible games to make to practice using HTML and JS. They are listed easiest to hardest. Feel free to work on whichever one(s) are a good challenge for you. There’s not much instruction – it’s up to you to decide how the site will look and the details of how it works. Be creative!

General guidelines for projects:

Games

Coin Flip

Make a web page where you can flip a coin and it comes up heads 50% of times and tails 50% of times.

Extensions:

Guess My Number

Make a web page that generates a secret random number and the user can guess the number until they get it right. For each guess, the game should display whether the answer is higher, lower, or correct.

Extensions:

Boggle

Make a web page with Boggle

Boggle Extension