I guess if I want to post a puzzle solver I will need to draw the game board, but each cell needs to be editable so I can accept the input to the solver
thoughts?
sudoku
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13592
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: sudoku
Use Javascript to make the cells editable. You could write the whole solver in Javascript, or make Ajax calls back to PHP code.
(#10850)
Re: sudoku
ya, I was thinking that after making editable cells I could use more functions to actually solve without needing AJAX etc
I was simply considering how to leverage the logic I have to maybe do an article on game programming etc
I was simply considering how to leverage the logic I have to maybe do an article on game programming etc
- Christopher
- Site Administrator
- Posts: 13592
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US