sudoku game

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • terry guthrie
    New Member
    • Sep 2007
    • 4

    sudoku game

    Can anyone help me with a code? I am working on making a sudoku game that is 9X9 grid divided into 3X3 regions. I cannot seem to make it work. Does someone have a code I can compare it to so I can see where my code is wrong?
  • Robbie
    New Member
    • Mar 2007
    • 180

    #2
    Funny, I've also started (but kinda abandoned) making a Sudoku game on VB6.
    But no, I haven't even really started to code, so I don't have any code to let you see and claim as your o--I mean, compare with your own.

    You're probably going to have to show what you've tried so far before anyone's going to be willing to, or even able to give you any advice. ^-'

    Comment

    • eibwenbv
      New Member
      • Sep 2007
      • 7

      #3
      Originally posted by terry guthrie
      Can anyone help me with a code? I am working on making a sudoku game that is 9X9 grid divided into 3X3 regions. I cannot seem to make it work. Does someone have a code I can compare it to so I can see where my code is wrong?

      Terry;

      I am a newbie to code using Visual basic 4.0 to create my own version of SuDoKu. I want to know how you generated your boards (numbers) such that
      the numbers wer not the same horizontally or vertically. I cannot get past
      getting them to be correct in one direction only (horizontally).

      Can you or anyone else with VB knowledge help me PLEASE!

      eibwenbv

      Comment

      Working...