Search results for query: *

  1. M

    Sudoku

    Yeah, I did create the soduko program in the codearchive.com arrTemp(iCount * 9 + iCount1) = iFirstNumber is to determine the iFirstNumber. the iCount is for the collection (arrays) SelectCase iCount Case 2 iFirstNumber = arrTemp(1) Case 5 iFirstNumber = arrTemp(28) CaseElse iFirstNumber =...
  2. M

    Sudoku

    skappele made that program. I, myself did not understand that program at all. BTW, are you emily taylor the movie star? I am not sure if skappele is here anymore since it has been a long time since I came here also. You have to ask Skappele. You know how to do the lotto in vb.net? use that idea...
  3. M

    how do anyone create a game in vb.net?

    hey luc, post it on here so I could take a look at the code and study the code.
  4. M

    Sudoku

    I found a website to make 3d games with microsoft visual basic dot net, http://3dstate.com/ Too bad, I cannot decipher it. I do not understand anything of that. I do not know how to modify the code into what I want. Even though, they defined it, I still do not know how to modify such advanced...
  5. M

    Sudoku

    What can you make in vb.net? Is it possible for vb.net to make all kinds of game? like card game, rpg game, side scrolling, card games, and every game out there?
  6. M

    Sudoku

    I cannot download soduko. it just said it cannot find server page, when i right click and save target as, it waits for a long time and it said it cannot establish. no wonder you could make this game, you have 10+ years of experience. are you a hired programmer? What does a programmer do at work...
  7. M

    Sudoku

    well actually, no, soduko starts with 3 to 6 numbers missing on each box so example, this is how soduko starts, to finish, you will have to fill in all boxes so that they contain 1-9 in each column, row, and boxes. --2 -9- 5-- 3-- --- --2 57- -21 -83 --1 6-- -2- --- -3- --- -2- --4 9--...
  8. M

    Sudoku

    Wow! I am thoroughly impressed with the program you made but there are only some glitches left. you did not check the boxes (only for the numbers that have been planted), solve does not work, and make it so that when you press new game, make sure that there are 3-6 numbers missing in 3 x 3 box...
  9. M

    Sudoku

    ok. when you finish sudoku, post it here so I could download it. the post about Sudoku could not get close to the answer though.
  10. M

    Sudoku

    Okay... I found out that that all 3 ideas sucks..... does anyone else have an idea on how to make Sudoku?
  11. M

    Sudoku

    1. Maybe switching rows and columns could actually make the sudoku program. 2. or when you are making the 2 columns and 1 row, maybe if both of the columns were to be put in order while the first 3x3 box are already in order. if the rest of the column have the identitical values, then swap...
  12. M

    Sudoku

    hmm So how are we going to set the rules without getting all using 188+ lines? This is how to make at least the arrtextbox1(0, 0).Text and the arrtextbox1(0, 1). Text always different and that is only for the first box. I do not want to get the soduku program to be that that big. even if I do...
  13. M

    Sudoku

    couldn't you just change this line to randomize every number but of course they will not follow the rules of soduko, this is a code to give all 81 boxes a random number that is between one and nine. so it would not take time to generate all the numbers. We will worry about the difficulty setting...
  14. M

    Sudoku

    How do you perfect this game? (randomize the numbers without breaking the rules of sudoku - *the rules of sudoku is that all nine boxes must have all nine numbers but no box, column, row can repeat numbers* finish button, like after you complete it successfully, it said you win then starts a new...
  15. M

    how do anyone create a game in vb.net?

    like side scrolling, and rpg, breakout? I find that impossible because on the side scrolling, i cannot make it "jump". i could only make the icon go up. the timer would not help. on the rpg, you would have to make such coordinates that they are equal like (50,50) and (100,100) if you want to...
Back
Top