English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hii There,, i need a sudoku programming in VB.NET and if possible than also with flash..
Thanks

2007-03-12 18:15:33 · 3 answers · asked by snehal p 1 in Computers & Internet Programming & Design

3 answers

Programming Sudoku

http://www.amazon.com/Programming-Sudoku-Technology-Action-Wei-Meng/dp/1590596625

This is an excellent book, very easy to understand and covers the basics of Sudoku programming. The examples are written in c# (.NET) but the book is designed to be read as a general theory book, not technology-specific. So the explanations of how to develop each portion of the code is focused on more so than c#-specific syntax (but if you are familiar with .NET, you should have no trouble converting c# to VB.NET anyway).

If you learn better by picking apart finished code, try this: http://www.codeguru.com/vb/gen/vb_misc/samples/article.php/c12985

The UI is crude but the algorithms are sound.

And to the smartass two answers down, I got the links because I bought the book 6 months ago :)

2007-03-12 18:18:44 · answer #1 · answered by Rex M 6 · 0 0

it's possible sure, how do you want to do it?

I see two possible ways
- using premade sodoku problems
- randomly generating a sudoku problem with code

the latter being the harder

just keep at it and you'll get there eventually, google anything you need to know, that's usually the best source (how do you think the other people got those websites they referenced ;) )

2007-03-12 18:24:58 · answer #2 · answered by TedRoy 5 · 0 1

Check out this site: http://www.codeguru.com/vb/gen/vb_misc/samples/article.php/c12985#more

2007-03-12 18:20:13 · answer #3 · answered by Anonymous · 0 1

fedest.com, questions and answers