Skip to content

avenue9977/code-breaker-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Breaker Game

Simple Code Breaker game made with pure JavaScript.

Start the game

Open the Github site.

Instructions

You need to guess the 4 digit code. When you make an attempt, the game will show your guess and also how your guess compares with the hidden code.

There will be a list showing the compared results:

  • If you guess the correct position of a digit it will be displayed as green ✅
  • If you did not guess the correct position of a digit it will be displayed as red ❌
  • If a digit from your guess is included in the code, but it is not on the correct position it will be displayed as yellow 🔄

You have 10 attempts to guess the code.

Beware, not everything is at it seems. There are some shared secrets, hidden secrets, and maybe a wrong turn or two. There is a finish line, and it's not where you think.

Those who actually finish will be listed on the elusive hidden leaderboard and can claim the title of Cipher Master.

Good luck!

About

Simple Code Breaker game made with JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published