Created a hopscotch-esque/minesweeper guessing game (p5.js) where the player starts at the top left corner of the map and has to guess their way down to the bottom right corner. You can play the game here: https://hopscotch-guessing-game.glitch.me.
Not much to note in terms of html and css since I've been focusing on javascript.
See html
Used object oriented programming to develop the map and player!
n/a