Lab 6

Due TBA

This lab requires that you get a start on Project 4. For this lab, you will modify the Project 1 sudoku program to ask the user whether he/she would like to enter another number or solve the puzzle. Each iteration of the main loop in the play method Game, you will ask the user whether he/she wants to "give up" or enter another choice. If the user chooses to give up, print a message and exit the program. For Project 4 you will actually implement the logic to solve the puzzle for the user.

You may work with your solution to Project 1, or you may use the solution provided in /home/public/cs112/project1 If you choose to work with your solution, it is strongly encouraged that you meet with the professor to discuss your solution.

Please read through Project 4 so that you better understand how your solution to the lab will be integrated with your Project 4 solution.

Please submit your work in an SVN directory https://www.cs.usfca.edu/svn/<username>/cs112/lab6