Pure SUDOKU (Japanese Puzzle Game)

Developed or developing a new product in PureBasic? Tell the world about it.
zikitrake
Addict
Addict
Posts: 874
Joined: Thu Mar 25, 2004 2:15 pm
Location: Spain

Post by zikitrake »

Sorry, last version is 1.4, but I don't upload to server.

Try download again. I think this problem was solved :D

And now, while a sudoku is being solved, you can press 'exit' button to cancel solution. :D
PB 6.21 beta, PureVision User
zikitrake
Addict
Addict
Posts: 874
Joined: Thu Mar 25, 2004 2:15 pm
Location: Spain

Post by zikitrake »

I updated SUDOKU and some users have confirmed to me that no problems now :D

PURE SUDOKU download: http://zikitrake.com/zips/sudoku.zip

News:

- A BIG bugfixed.
- Now you can select if you want see only possible numbers or see all

Bye!
PB 6.21 beta, PureVision User
User avatar
michel51
Enthusiast
Enthusiast
Posts: 290
Joined: Mon Nov 21, 2005 10:21 pm
Location: Germany

Post by michel51 »

What about porting to Mac directly??

It runs fine with Virtual PC and Windows XP, but solving a game spend time ... spend time ... spend time ... and you go to brunch :wink:

And of course: translating to german :?:
michel51

Mac OS X Snow Leopard (10.6.8 ) Intel
PureBasic V 5.21(x64), V 5.22beta
zikitrake
Addict
Addict
Posts: 874
Joined: Thu Mar 25, 2004 2:15 pm
Location: Spain

Post by zikitrake »

michel51 wrote:What about porting to Mac directly??

It runs fine with Virtual PC and Windows XP, but solving a game spend time ... spend time ... spend time ... and you go to brunch :wink:

And of course: translating to german :?:
Really a great good idea!!!

Well, I'll need to install some type of MAC emulator and install PB for OSX.

Yeah! I'll try it. and add time and print sudokus option.

Code: Select all

If IhaveTime = #True
   GOTO OSX_INF_LABEL_NOW
else
   GOTO OSX_INF_LABEL_NOW
endif
PB 6.21 beta, PureVision User
Ani-chan
User
User
Posts: 12
Joined: Tue Sep 06, 2005 11:35 am
Location: Germany

Post by Ani-chan »

Hi,

I found a litte bug:
If you are a "fast" mouse mover :roll: and click on a number and move the mouse just after you clicked it over a field with a black number, it'll change the value of the field you are over, but you can't change it back.
zikitrake
Addict
Addict
Posts: 874
Joined: Thu Mar 25, 2004 2:15 pm
Location: Spain

Post by zikitrake »

Ani-chan wrote:Hi,

I found a litte bug:
If you are a "fast" mouse mover :roll: and click on a number and move the mouse just after you clicked it over a field with a black number, it'll change the value of the field you are over, but you can't change it back.
Yes, I knew that error, but I don't know why happens (Is difficult to reproduce it)
PB 6.21 beta, PureVision User
Ani-chan
User
User
Posts: 12
Joined: Tue Sep 06, 2005 11:35 am
Location: Germany

Post by Ani-chan »

Maybe you are using the mouse coordinates to retrieve the field it set's the value?
User avatar
Michael Vogel
Addict
Addict
Posts: 2806
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Sudoku Puzzle...

Post by Michael Vogel »

Hi guys,

I wrote Sudoku as well - but in GFA-Basic. Now I wanted to convert the source in Purebasic, but it will take a while, I've to check all the differences between GFA and PB, and there are a lot of, believe me...

Michael


If someone want to have a look at my version, feel free...

http://sudokuprogram.googlepages.com/
Post Reply