Minesweeper game in 100 lines of pure JavaScript
https://slicker.me/javascript/mine/minesweeper.htmOpen linkView original on lemmy.worldSyndicated from the fediverse. Read and engage on the original instance.
View original on lemmy.world
https://slicker.me/javascript/mine/minesweeper.htmOpen linkView original on lemmy.world
5 replies
"Coding this game in JavaScript is a lot of fun"
Quote provided without comment.
Nice, the code is very clear !
thanks for the compliment!
Couldn't most people here could do it in one? The code is in the post and newlines can be removed like in minified javascript.
technically yes, although i use the "1 instruction per line" rule and give the number so that readers have a rough idea of the complexity of the solution