I'm taking a java class in school, and I really enjoy it, so I decided to start this project. What I'm asking is, what kind of features would you want in a game for the computer? I want it to be very nice to play. So be greedy and list everything and every feature you could possibly want. It probably won't be too flashy b/c i don't know very much about java beyond the basic stuff, but the book I have covers GUI so I should be fine.
So far I've come up with a unique idea on how to enter numbers into a cell. I've dubbed it quickselect for the time being. To enter a number into a cell, all you have to do is click the cell, no selecting numbers from a pallette(i will include that method as well). How will it know which number to put in the cell? It bases that on where you click in the cell. Bottom right, you get a 9, top left you get a one, etc. What do you think?
I've never actually played through a game of sudoku, but I do know the rules. I'll need to learn the solving strategies for the game if I'm going to have a logical solver in addition to a brute force. I'd like to steer away from a predefined list of gameboards.
I'll post updates when they happen.
Corey