Thanks to visit codestin.com
Credit goes to github.com

Skip to content

delarco/sudoku-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Game (Yet Another One)

Last year the company I work runned their own internal hackathon, trying to find and map shadow IT developers.

To finish the registration, developers should submit an html game (like snake, sudoku). The rules were:

  • Only one html file; and
  • Pure JavaScript (no external dependencies, assets, libs).

Live demo here!

Development

  • Since there were no rules for CSS, every animation uses it.
  • Works on IE, Edge, Firefox and Chrome.
  • For the fireworks animation, I used the Eddie Lin's Pure CSS Fireworks.
  • The algorithm for board generate was based on The ANZAC's code available here.

Screenshots

Sudoku New Game Sudoku Finish

Resources

About

Pure JavaScript sudoku game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages