Skip to content

sudoku web application written in golang and gin

Notifications You must be signed in to change notification settings

ereminiu/ginsudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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