Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ereminiu/ginsudoku
- Owner: ereminiu
- Created: 2023-03-09T13:29:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-21T09:44:31.000Z (over 1 year ago)
- Last Synced: 2024-06-21T20:06:40.037Z (5 months ago)
- Topics: gin, gin-framework, gin-gonic, go, golang, html-css, sudoku, sudoku-generator, sudoku-puzzle, sudoku-solver, webapp, webapplication
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)