/ginsudoku

sudoku web application written in golang and gin

Primary LanguageGo

ginsudoku

Sudoku web application.

Features:

  1. Solve the given puzzle
  • User can enter his own puzzle ("/entergrid" endpoint)

image

and get solution by pressing "Solve" button

image

  1. Generate random puzzle
  • User can obtain randomly generated puzzle by following "Generate Grid" link

image

and check out his solution by following "Show Solution" link

image