For fun, build simple games with JS
-
Updated
Aug 7, 2020 - JavaScript
For fun, build simple games with JS
A code-breaking game similar to "Mastermind" and "Bulls and Cows".
We used TDD to implement the wonderful game with conversation ui, enjoy it!
A code-breaking game, commonly known as Mastermind or Bulls & Cows. The solution is generated randomly every time the player start a new game. Hence, the player can expect the solution to be unique and different for each game.
Personal challenge to program a Mastermind/Bulls and Cows universal gamesolver. <<work-in-progress>>
Moons and Suns is a word game similar to Bulls and Cows, Jotto or Wordle. One can play any length word to try to guess a hidden word. The word-of-the-day is different length each day. The feedback that the player is given is only the number of exact matches (Suns) and near matches (Moons) between the letters of the guess word and the hidden word.
4️⃣ digit number guessing game 🎮
Add a description, image, and links to the bulls-and-cows topic page so that developers can more easily learn about it.
To associate your repository with the bulls-and-cows topic, visit your repo's landing page and select "manage topics."