Page 1 of 1
sudoku
Posted: Mon Jun 18, 2018 11:01 am
by Vegan
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?
Re: sudoku
Posted: Mon Jun 18, 2018 5:25 pm
by Christopher
Use Javascript to make the cells editable. You could write the whole solver in Javascript, or make Ajax calls back to PHP code.
Re: sudoku
Posted: Thu Jun 21, 2018 11:45 am
by Vegan
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
Re: sudoku
Posted: Thu Jun 21, 2018 7:44 pm
by Christopher
Post a link to the article if your write one.