View previous topic :: View next topic |
Author |
Message |
| jido
| Joined: 15 Aug 2007 | Posts: 17 | : | | Items |
|
Posted: Wed Aug 15, 2007 2:05 pm Post subject: JavaScript sudoku generator |
|
|
Hello
I wrote a little sudoku solution generator in Javascript. The advantage is that it does not require any resources on the server to make the solution.
I tested it on my Palm TX and it worked fine, so it is not too heavy on the client side either.
Now I "only" need to generate a grid for the solution!
Is this a good source for algorithms: blog.forret/2006/08/a-sudoku-challenge-generator/
(I cannot post a link since this is my first post)
-- Denis. |
|
Back to top |
|
|
| jido
| Joined: 15 Aug 2007 | Posts: 17 | : | | Items |
|
Posted: Wed Aug 15, 2007 2:57 pm Post subject: Another one |
|
|
I found another Javascript sudoku, is that from someone on the forum? Interesting... seems fast too.
http://www.picturesudoku.com
Last edited by jido on Fri Aug 17, 2007 1:24 am; edited 1 time in total |
|
Back to top |
|
|
| jido
| Joined: 15 Aug 2007 | Posts: 17 | : | | Items |
|
Posted: Thu Aug 16, 2007 10:00 am Post subject: |
|
|
Well, the code is a bit cleaned up. I rewrote the random permutation function making it probably 10+ times faster and the grid now comes instantaneously. It is unplayable (fixed grid, no scratch pad facility) but you can admire the engineering feat by looking at the source of the page
Please do not use without permission. See link in my "Location". |
|
Back to top |
|
|
| tiffanly
| Joined: 04 Aug 2009 | Posts: 1 | : | | Items |
|
Posted: Thu Aug 06, 2009 5:05 am Post subject: |
|
|
How to convert a javascript into a Photoshop Plugin? I have created a Javascript which can be used in Photoshop. I want it to protect it from changes by others, so i want a tool to convert the script into a photoshop plugin. Please help me friends.... |
|
Back to top |
|
|
|