delarco / sudoku-js

Pure JavaScript sudoku game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:HTML 100.0%