Fully functional sudoku board that lets you select between easy, medium, and hard level boards. If you get stuck, let your computer do the work for you!
Sudoku is a popular game played by millions worldwide, this project brings it to your web browser. Developed with React.js for the front-end, this project also leverages a Go api suGoku for generating easy, medium, and hard sudoku boards. Included with the gameplay, there are additional features such as clearing, solving, and checking the correctness of your solution given the current board. Hosted using GitHub Pages, the link for the web app can be found here. If you are interested in contributing to the project, my contact details can be found below in the Authors section. Happy Hacking!
npm
- To install, copy or fork the repository into your personal development environment and then run:
npm install
- After installation, follow the README.md located in the
\sudoku
directory.
- Please feel free to reach out to me using my contact details listed below.
- Cameron McConnell
- cameron.mccconne@gmail.com
- 0.1
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details