I am studying Visual Basic 9. In the past, I know most real coding was done in C, but today the only difference between C and VB is the syntax.
I have been programming games, and so far, my method has been to define all possible move combinations, using a very long list of Elseif having it first look for moves where it would win, next look for moves where the user would win, then work it’s way down to free moves, which I use multiple lists for that with random values to make it not so predictable.
That method seems to work great, but I don’t consider it true AI, and it is very time consuming, especially now that my games are getting more complicated.
What I need is a shorter way of doing it. Ideally, I’d like a method where the program figures out for itself ideal combinations, a learning AI, but any online guides or downloadable books that will teach me simpler methods of programming AI in Visual Basic .NET is what I need.
For example, Chess AI. I can’t imagine that it is ever done the way I do it. But I can’t find any simple tutorials explaining how it is done. I don’t want source code, copies of someone else’s work, I want to learn how to do it myself, even if someone else’s work would be better, the point is to learn.
Any information would be helpful. But I’d like to find a way to do what I want in Visual Basic .NET and VB .NET only. (I don’t know any other languages at this time.)
Thanks.
I am not looking for methods of AI for an existing program, rather for new more complicated programs.
Even if it is not chess AI, some examples of AI methods would be useful.
I have seen allot of books on the shelf, too many, and most of them are so long and drawn out without actually getting into anything serious. I learn by doing and don’t really internalize it if I don’t do a bit here and a bit there and gradually move into it.
I would still rather a website because I don’t live near a bookstore. I can’t exactly flip through the pages online to see if it has what I need, so a suggestion would also be helpful.
Incoming search terms:
- ai in visual basic
- chess program in visual basic
- visual basic ai
- ai in vb net source code
- chess visual basic
- horse move chess program vb net source code
- how to program ai in vb
- ai vb net
- chess ai vb net
- chess in vb net 2008