These are some very nice examples. I didn't try them all, but the ones I tried all worked good.
I have only one piece of advice. If you write code with the purpose of sharing it, it is a good practice to add a lot of comment to the code, so others can read it easily. Especially when it is about complicated algorithms like the AI in some of the games.
I also wrote a version of battleship in VB and it is nice to see that you use the same algorithm.
|