Sudoku Programmers Forum Index

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log inLog in          Games  Calendar

Log in to check your private messagesLog in to check your private messages   

Sudoku jscript presentation

 
Post new topic   Reply to topic    Sudoku Programmers Forum Index -> Software
View previous topic :: View next topic  
Author Message
Narcose

Joined: 08 Jan 2006
Posts: 2
:

Items
PostPosted: Fri Jun 02, 2006 4:17 pm    Post subject: Sudoku jscript presentation Reply with quote

Well i was playing around with javascript and then i made this. It is a sudoku game only using javascript. It can not generate puzzles as im trying to figure out an effecient way to do. What it can do is is present sudoku puzzles.

for example
if you would want to show a puzzles in a 3x3 you can do this by
http://planethell.eu/sudoku/?size=3&sudstr=A1J71C26C34E9E77A39A18D582D59B8B768F154B2B38A
where alfabetic letters present spaces and number values
you can also use the "zero" notation
http://planethell.eu/sudoku/?size=3&sudstr=010000000000710002600034000009000007703901800005820000590080076800000015400200380
or the "dotted" notation
http://planethell.eu/sudoku/?size=3&sudstr=.1..........71...26...34.....9.....77.39.18....582....59..8..768......154..2..38.

mixing is also aloud

Bigger size as the 4x4 can also be done but then you have to change size
+ i only represent with numbers. so if you want A , you gotta to use 10
and 10 between [] brackets because otherwise it cant make the difference between 1 0 or 10
http://planethell.eu/sudoku/?size=4&sudstr=[10]zzzzzzzzzu

hope it can help if you want to show a grid to a buddy Smile
anyway you can actually play it if it is a valid grip , though the script doesnt try to solve it.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Sudoku Programmers Forum Index -> Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Sudoku Programmers topic RSS feed 


Powered by phpBB © 2001, 2005 phpBB Group

Igloo Theme Version 1.0 :: Created By: Andrew Charron