Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smooth Sudoku Game #11

Open
Jonqora opened this issue Feb 28, 2022 · 0 comments
Open

Smooth Sudoku Game #11

Jonqora opened this issue Feb 28, 2022 · 0 comments
Assignees

Comments

@Jonqora
Copy link

Jonqora commented Feb 28, 2022

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:

  • smooth, mouse-only interaction
  • undo from saved move history
  • hints for errors or for next easiest square
  • toggles for error and number option visibility
  • efficient auto-solve mode

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?

  • version Racket 8.1
  • #lang htdp/isl+ Intermediate Student with Lambda
  • require 2htdp/image 2htdp/universe racket/list
  • OS Windows 10

Licence

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

Contact details

GitHub: Jonqora
LinkedIn: lloydellen
Website: ellenlloyd.ca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants