standard-fish / creative-racket-2022

Creative Racket competition
MIT License
14 stars 1 forks source link

Smooth Sudoku Game #11

Open Jonqora opened 2 years ago

Jonqora commented 2 years ago

Description

Smooth Sudoku is an independent winter break project I created after a programming course introduced me to Racket.

My goal was to create a full-featured Sudoku app with an attractive GUI, smooth UX, and some friendly supports and hints for those who enjoy a more casual approach to this game.

Highlights include:

The app's more powerful features are made possible by a recursive backtracking search algorithm that I optimized using constraint sets. The program is written in Racket ISL+ and is runnable from source code or as a Windows executable.

New Game Undo/Show Errors Hint/Show Choices Auto-Solve/Winner

Location for Entry

Entry link: Feature highlights image; see also Showcase page Code link: Source code on GitHub

How you made your entry?

Licence

Images: CC BY-SA 4.0 Code: Apache-2.0

Contact details

GitHub: Jonqora LinkedIn: lloydellen Website: ellenlloyd.ca