Programming guides for beginner...
Any comments are welcomed....
I hope it helps!!! Thanks for drop by...
Powered By Blogger

Tuesday, June 14, 2011

Modified Tic Tac Toe with computer player

    

     As “bluedot” ask me for guides to create a computer player in Tic Tac Toe, I make a decision to create the AI user. Previously, I had created a two player Tic Tac Toe game in Visual Basic 2008 and also posted a video in YouTube. Due to my slow upload speed, I had decided not to upload videos this recent. So, I will just show some pictures on the my Tic Tac Toe with computer player.

7

This is the default Tic Tac Toe with two players.

8

       There are options for player vs player, player vs easy com, and player vs normal com. The difference between easy and normal com is that easy com will click randomly while normal com will try to win first before blocking player from wining. Playing with normal com might get more draws than winning or losing. Following are some pictures:

910115

 

     For those who want to try this game, please feel free to download at my website (will be available soon). Please comment on any bugs and improvements that can be done.  For those who want to have the source, please leave your email at the comment. I will send it to you asap.

Sudoku game with 9x9 and 16x16 by VB.Net

Recently, I am quite lazy to update this blog. I had done this Sudoku game since last month. This Sudoku game will randomly create and user is provided with option for 9x9 and 16x16. For 9x9 Sudoku game, the apps will generate in just few seconds. For 16x16 game, I am still figuring out how to make the game generate faster. It might took up to 2-3 minutes to generate for 16x16 Sudoku (sometimes just few seconds).

At here I will show so picture of the game and I will upload the game for downloading in my website asap.

imageThe interface for 9x9 Sudoku game

image image

The interface for 16x16 Sudoku game without and with solution shown.

Please comment and also for those who want to have a look in this source code, please leave me your email at the comment so that I can send you the sources.