Skip to content

Bloodiko/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Description

This is going to be a Sudoku Game. It is written in React with Typescript.

The Sudoku Generator used is from @Petewritescode: Sudoku-gen@github

Access the Live Version here: Play Sudoku

This game is designed to play offline. The Ranking / Leaderboard is only in local storage.

In the future it is supposed to work as a "PWA", which you can install locally, to fully work offline.

How to Play

Click Play Sudoku Select Difficulty Click on a Cell to "Select" the Cell Then Press the Number ( 1-9 or Numpad 1-9 ) to set the Value to the Selected Cell

You can also set possible Cell Candidates (You need to have a Cell Selected) Press Shift and press any number on your Keyboard ( Shift Key + 1 to 9 or Shift Key + Numpad 1 to 9 )

Goals

  • have a menu ✔️
  • play the game as simple as possible ✔️
  • have a timer ✔️
  • have a Scoreboard (local storage) ✔️
  • add difficulty to scoreboard with filter ✔️
  • have a difficulty setting ✔️
  • continue game after reload ✔️
  • undo/redo
  • have a help function

Optional Goals

  • fill out all possible candidates ✔️
  • explain possible next steps (not only hint but also explain why)
    • solving techniques

Ideas

Credits