You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Sudoku-web repository hosts a web-based Sudoku game built using Go for the backend and HTML, CSS, and JavaScript for the frontend. This interactive game allows users to generate new Sudoku puzzles and validate their solutions directly through the web interface.
Originally a visualisation tool for solving sudokus using stochastic optimisation that has been optimised utilising a genetic algorithm for research. This project was pushed for a GitHub Developer Member invitation.
This Sudoku game was created using python and pygame. The Game was programmed using basic algoithm. It also has a simple UI that shows the user how much time has elapsed and the number of incorrect inputs so far.