This project was made in collaboration with João Vieira and Bruno Franco as it was the task assigned to all the students of our course in our Programming subject.
The task was to create a Sudoku game in Scheme with three main functions:
- ability to solve sudokus;
- present solved puzzles;
- return puzzles to be solved by the user;
So I've decided to put our project available here so that our possible interested colleagues can see a valid solution to the task, since we had 19.2 out of 20.
To run it you will need:
You just have to put the code on the definitions window of Dr. Scheme, and make sure the interface is on the same folder as it. Then click Run, and on the Interactions type (sudoku). Have fun!
Note1: The interface and comments on the code are in Portuguese.
Note2: The interface was created by the teachers of the subject so the credits go to them.
Add your thoughts about it!