Front end display using my own sudoku library. source
Project can be cloned and ran with npm install && npm start
This project makes use of a sudoku generator/solver to display a game to a user. The front end is rendered with react and the game logic is my own implementation of a recursive back tracking algorithim.