Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ereminiu/ginsudoku

sudoku web application written in golang and gin
https://github.com/ereminiu/ginsudoku

gin gin-framework gin-gonic go golang html-css sudoku sudoku-generator sudoku-puzzle sudoku-solver webapp webapplication

Last synced: about 8 hours ago
JSON representation

sudoku web application written in golang and gin

Awesome Lists containing this project

README

        

# ginsudoku
Sudoku web application.

Features:

1) Solve the given puzzle

* User can enter his own puzzle ("/entergrid" endpoint)

![image](https://user-images.githubusercontent.com/111375726/224044271-1115c5ea-2c6a-4dff-96ca-0f175c364f1e.png)

and get solution by pressing "Solve" button

![image](https://user-images.githubusercontent.com/111375726/224044886-5787f276-08f4-4ef1-9be1-3ac0cfaced8e.png)

2) Generate random puzzle

* User can obtain randomly generated puzzle by following "Generate Grid" link

![image](https://user-images.githubusercontent.com/111375726/224045765-46adc287-60a0-4da5-be08-bdabaed60d77.png)

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

![image](https://user-images.githubusercontent.com/111375726/224046061-b6354666-e797-44ab-a28e-8fc5f6e761d2.png)