Skip to content

A code breaker game with some twists and turns. The finish line is not where you may think.

Notifications You must be signed in to change notification settings

noveck/codebreaker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Breaker Game

Simple Code Breaker game made with pure JavaScript - Forked from avenue9977, and added some fresh viuals and logic twists.

Start the game

Open the Github site: https://noveck.github.io/codebreaker

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

A code breaker game with some twists and turns. The finish line is not where you may think.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.5%
  • JavaScript 34.4%
  • CSS 5.1%