Jump to content



Photo
- - - - -

Sudoku Cfx Game


  • Please log in to reply
14 replies to this topic

#1 jmx

jmx

    Newbie

  • Members
  • Pip
  • 17 posts

  • Calculators:
    Casio CFX-9850GB PLUS

Posted 08 January 2006 - 09:32 PM

Does somebody know if there is a game like sudoku for the casio CFX 9850?
As far as I know, there isn't one. But I can be wrong. Please help, or maybe we can make a team for creating that game.

#2 Andy.Davies

Andy.Davies

    Forum Ghost

  • [Legends]
  • PipPipPipPipPipPipPipPip
  • 1547 posts
  • Gender:Male
  • Location:Dorset, England
  • Interests:Age: 18
    Studying: MEng in cybernetics at Reading uni
    Interests: Progaming (VB, VB.Net, C#, Casio Basic)
    Computers UBBD (Using, Building, Breaking & Destroying)
    Gaming (FPS, RTS, RPG)
    Electronics
    Rock Music (Preferably Loud)
    Riley's (Pool & Snooker Bar)
    Driving (Preferably fast)
    Aikedo (Martial Art)

  • Calculators:
    Algebra FX 2.0 ROM 1.01, FX9750G

Posted 09 January 2006 - 12:10 PM

i havnt seen one either, but then i found a free one for my phone :P

the checkong shouldnt be too difficult, just test each collum and row for 1 - 9 and each 3 by 3 cell, once the grid is 'complete'

#3 Overlord

Overlord

    Casio Technician

  • Moderator
  • PipPipPipPipPipPip
  • 355 posts
  • Gender:Male
  • Location:Brussels - Belgium
  • Interests:Math Researcher

  • Calculators:
    My head - C300 OS 3.00 - G100 Rom 1.02 - G65 - G60 - G25

Posted 09 January 2006 - 01:16 PM

The problem is how to generate grids so that there exists an unique solution, and you can find it...

#4 jmx

jmx

    Newbie

  • Members
  • Pip
  • 17 posts

  • Calculators:
    Casio CFX-9850GB PLUS

Posted 09 January 2006 - 04:07 PM

The grid is not the problem, here is my code for so far:

ViewWindow 1,127,0,1,63,0
For 1->A To 70 Step 7
Vertical A
Horizontal A
Next
Posted Image
Because the horizontal lines are fullscreen you can also use these code (but maybe somebody know how to fix it):

ViewWindow 1,127,0,1,63,0
For 1->A To 70 Step 7
Vertical A
Next
F-Line 1,57,63,57
F-Line 1,50,63,50
F-Line 1,43,63,43
F-Line 1,36,63,36
F-Line 1,29,63,29
F-Line 1,22,63,22
F-Line 1,15,63,15
F-Line 1,8,63,8
Posted Image
Sorry for not using the buttons I don't know the keys how to get them

#5 Andy.Davies

Andy.Davies

    Forum Ghost

  • [Legends]
  • PipPipPipPipPipPipPipPip
  • 1547 posts
  • Gender:Male
  • Location:Dorset, England
  • Interests:Age: 18
    Studying: MEng in cybernetics at Reading uni
    Interests: Progaming (VB, VB.Net, C#, Casio Basic)
    Computers UBBD (Using, Building, Breaking & Destroying)
    Gaming (FPS, RTS, RPG)
    Electronics
    Rock Music (Preferably Loud)
    Riley's (Pool & Snooker Bar)
    Driving (Preferably fast)
    Aikedo (Martial Art)

  • Calculators:
    Algebra FX 2.0 ROM 1.01, FX9750G

Posted 09 January 2006 - 04:37 PM

what overlord means, is generating the number that go in the grid, the grid itself is not the problem...

#6 jmx

jmx

    Newbie

  • Members
  • Pip
  • 17 posts

  • Calculators:
    Casio CFX-9850GB PLUS

Posted 09 January 2006 - 04:39 PM

what overlord means, is generating the number that go in the grid, the grid itself is not the problem...

oh ok, yeah that is my problem. How to place a random number at a random place.

#7 Andy.Davies

Andy.Davies

    Forum Ghost

  • [Legends]
  • PipPipPipPipPipPipPipPip
  • 1547 posts
  • Gender:Male
  • Location:Dorset, England
  • Interests:Age: 18
    Studying: MEng in cybernetics at Reading uni
    Interests: Progaming (VB, VB.Net, C#, Casio Basic)
    Computers UBBD (Using, Building, Breaking & Destroying)
    Gaming (FPS, RTS, RPG)
    Electronics
    Rock Music (Preferably Loud)
    Riley's (Pool & Snooker Bar)
    Driving (Preferably fast)
    Aikedo (Martial Art)

  • Calculators:
    Algebra FX 2.0 ROM 1.01, FX9750G

Posted 09 January 2006 - 04:45 PM

that is also not the problem. the problem is making a sudoku grid that wil solve properly, you cant just use randomnumbers, you would need to makea asolving algorithm too

#8 jmx

jmx

    Newbie

  • Members
  • Pip
  • 17 posts

  • Calculators:
    Casio CFX-9850GB PLUS

Posted 09 January 2006 - 05:32 PM

that is also not the problem. the problem is making a sudoku grid that wil solve properly, you cant just use randomnumbers, you would need to makea asolving algorithm too


what you mean is a piece of script that can solve the puzzle. :unsure:

I think it will be possible :P But it will take some time to know how. It's pretty easy to tell, but how to make it in the Casio CFX style :blink:

There are 26-31 default numbers which can't be edited or removed by the gamer.

Can you tell me how to make the script to place a random number at a random location in the grid?

#9 Andy.Davies

Andy.Davies

    Forum Ghost

  • [Legends]
  • PipPipPipPipPipPipPipPip
  • 1547 posts
  • Gender:Male
  • Location:Dorset, England
  • Interests:Age: 18
    Studying: MEng in cybernetics at Reading uni
    Interests: Progaming (VB, VB.Net, C#, Casio Basic)
    Computers UBBD (Using, Building, Breaking & Destroying)
    Gaming (FPS, RTS, RPG)
    Electronics
    Rock Music (Preferably Loud)
    Riley's (Pool & Snooker Bar)
    Driving (Preferably fast)
    Aikedo (Martial Art)

  • Calculators:
    Algebra FX 2.0 ROM 1.01, FX9750G

Posted 09 January 2006 - 11:10 PM

yeah, but they still gotta be in the right places. seach google for the solve algorithm or maybe this codeproject artical / program and this wikipedia artical will help

#10 Guest_Guest_*

Guest_Guest_*
  • Guests

Posted 10 February 2006 - 11:41 AM

Does somebody know if there is a game like sudoku for the casio CFX 9850?
As far as I know, there isn't one. But I can be wrong. Please help, or maybe we can make a team for creating that game.



#11 huhn_m

huhn_m

    Casio Maniac

  • [Legends]
  • PipPipPipPipPipPipPipPip
  • 1957 posts
  • Gender:Male
  • Location:Germany / Dresden
  • Interests:Assembler(!!!)
    Computers and Programming
    Operating Systems
    Programmable Calculators
    Maths and everything arround it

  • Calculators:
    FX-82SX / AFX 2.0+ (ROM 1.03) / FX 1.0+ (ROM 1.03)

Posted 10 February 2006 - 01:22 PM

the point in this post beeing?

#12 Orwell

Orwell

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 777 posts
  • Gender:Male
  • Location:Paris - France

  • Calculators:
    Casio AFX 1.02 / Casio ClassPad 300

Posted 10 February 2006 - 06:31 PM

Btw, SRM is currently trying to make a good Sudoku game for CFX... I think it should be ready in a couple of weeks ;)

#13 numerix

numerix

    Newbie

  • Members
  • Pip
  • 18 posts
  • Location:France

  • Calculators:
    graph 65
    classpad 300

Posted 12 February 2006 - 11:19 AM

what about buy a sudoku's book? :roflol:

#14 R00KIE

R00KIE

    Casio Freak

  • Members
  • PipPipPipPip
  • 155 posts
  • Location:Portugal
  • Interests:Electronics, games, programming

  • Calculators:
    HP49G ROM 1.24; CASIO CFX-9850GB PLUS;CASIO FX-6300G; CASIO FX-82TL

Posted 13 February 2006 - 04:20 PM

The thing is that it can't be compared to the challenge of programing it, and you can?t play it in classes if it is in a book ;)

#15 Andy.Davies

Andy.Davies

    Forum Ghost

  • [Legends]
  • PipPipPipPipPipPipPipPip
  • 1547 posts
  • Gender:Male
  • Location:Dorset, England
  • Interests:Age: 18
    Studying: MEng in cybernetics at Reading uni
    Interests: Progaming (VB, VB.Net, C#, Casio Basic)
    Computers UBBD (Using, Building, Breaking & Destroying)
    Gaming (FPS, RTS, RPG)
    Electronics
    Rock Music (Preferably Loud)
    Riley's (Pool & Snooker Bar)
    Driving (Preferably fast)
    Aikedo (Martial Art)

  • Calculators:
    Algebra FX 2.0 ROM 1.01, FX9750G

Posted 13 February 2006 - 07:27 PM

sure you can...i do....although i am at University....i play it on my phone too :P




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users