Creating a Simple Sudoku Game in C#

  • Context: C# 
  • Thread starter Thread starter rambo3131
  • Start date Start date
  • Tags Tags
    Game Sudoku
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 4K views
rambo3131
Messages
18
Reaction score
0
Hi ,I want to generate a sudoku game in c sharp.First I will make 3*3 cells sudoku simple,then whole sudoku (9*9) . I ve added to form 9 commoboxes and a star button.
When ı click the start button , the programme will fill randomly two cells with 1, 2, or 3 .
Then player will fill other empty cells and check its correctness by clicking check button.

Can you give me some hints please since ı ve just started c sharp...
 
Physics news on Phys.org
by the way ı try to use backtracking algorithm .Am ı right ? or can anyone suggest to me easir way to generate sudoku.