Create a Tic Tac Toe game with Visual Basic. I hope you will agree on how easy it is to do.
Latest Games and Fun Articles
Creating a Memory Game in Visual Basic
Creating a memory game in Visual Basic is a snap. Learn how here!
How to Build a Sudoku Game in Visual Basic
It's really easy to create a Sudoku game with Visual Basic. Code along and see for yourself.
Rotating Text with GDI and Visual Basic
You can create words and fonts that display at any angle. All it takes is a Windows Forms project and a little know-how.
Adding Sizzle to a Video Slot Game with VB.NET
The final installment of our Slot Game series shows you how to build in a way to win or lose. We will also add some effects for when a win takes place.
Creating a Video Slot game with VB.NET Part 2 - Gameplay
This installment of Creating a Video Slot game with VB.NET shows you how to determine whether or not three pictures form part of a winning line, how to enable the facility to enter an amount of credits, and how to track them during gameplay.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Using Visual Basic to Create PDFs from Images
Explore how to convert images to a PDF document and how to combine two PDF documents into one.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.