Skip to content

easterjd/q1Project-suDoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuDOKU

home view on mobile

LINKS

Deployed site

Frontend repo

ABOUT

I've always loved puzzle-type games and SuDoku is no different. SuDoku is something that's very special to me as it's been an amazing tool not only to relax when I'm stressed out out also challenge me when I'm bored.

I wanted to create a new SuDoku game because--since it has filled up such a great space in my life--I wanted to create a game platform that reflected a little bit about who I am as well.

WHAT IS SUDOKU?

The classic Sudoku game involves a grid of 81 squares. The grid is divided into nine blocks, each containing nine squares.

The rules of the game are simple: each of the nine blocks has to contain all the numbers 1-9 within its squares. Each number can only appear once in a row, column or box.

The difficulty lies in that each vertical nine-square column, or horizontal nine-square line across, within the larger square, must also contain the numbers 1-9, without repetition or omission.

Every puzzle has just one correct solution.

USER STORIES

As a user, I can...

Done

-See a puzzle timer. -Pause, reset, & start a new game. -See relevant squares with respected to the selected squares. -See when a move is incorrect immediately.

In Progress

-Erasing squares. -Locking ability to overwrite template puzzle numbers.

Next Steps

-Hints. -Notes to plan out possibilities. -Scoreboard with time scores and mistake count.

Built With

-HTML5, CSS3. -JavaScript. -Bootstrap. -Browserify.

INSTALLATION

To run this locally:

  1. Clone/download the project: (https://github.com/easterjd/q1Project-suDoku) and
  2. Install packages with command npm install
  3. Start the project with command npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors