Word Guessing Game - A ChatGPT Generated JavaScript Game
March 29, 2023
So I asked ChatGPT to make me a word-guessing game in JavaScript.
Writing What I Want
So I asked ChatGPT to make me a word-guessing game in JavaScript.
During November, I participated in the GitHub Game Off 2020.
This is a simple JavaScript game I made a while ago using HTML5’s canvas element. The rules are simple: Click on a box when it appears to make it disappear. Every time you click a box, you get points. However, every time you click a box, the next one appears faster. If a box appears on top of another box, you lose points. “Peak” is the highest score you achieved before you started losing points.