0 Members and 2 Guests are viewing this topic.
Here's the progress on a Sudoku program that I'm working on. It's about 10% complete. I need to know three things:a) Who would want this? I want to make it, so regardless, it's getting made. b) Does anyone know where there's about 50 Sudoku puzzles that I could copy and put in the game?c) What should the Menu have in it? I have a couple of ideas, but I want to know what you guys think. Thanks!
HoMM: [==--------] Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :PtiDE: [----------] Explored and understood the main part of the code: just started writing a Tokenizer.
How many sudoku are going to be preloaded?
Do you think an on calc generator is possible?
Are you going to scramble the preloaded so that it is even more random?
0123456780 0001112221 0001112222 0001112223 3334445554 3334445555 3334445556 6667778887 6667778888 666777888
For(G,0,1) For(F,1,5) Rand(0,2)*3->I Rand(0,2)*3->J //that *isnt* I Swap(I,J) Swap(I+1,J+1) Swap(I+2,J+3) End For(R,0,2) For(G,1,5) Rand(0,2)->I Rand(0,2)->J //that *isnt* I Swap(R*3+I,R*3+J) End End FlipMatrixEndFor(F,0,Rand(0,3) FlipMatrixEnd