Word Guessing Game - A ChatGPT Generated JavaScript Game



This site utilizes Google Analytics, Google AdSense, as well as participates in affiliate partnerships with various companies including Amazon. Please view the privacy policy for more details.

So I asked ChatGPT to make me a word-guessing game in JavaScript.

The code looked alright, but I did have to make some modifications to get it to work both correctly and how I wanted it to.

After all, it wanted the player to play the game in the browser’s alert boxes. Yuck.

ChatGPT only gave me six different words to use in the game, so I grabbed this list of the top 1000 English words and filtered by words that were at least four letters long.

Word Guessing Game

Guess the word by typing a letter.

1 comment for Word Guessing Game - A ChatGPT Generated JavaScript Game

  • Reply to This Thread

Leave a Reply

Note that comments won't appear until approved.