stridie
08-17-2005, 08:18 PM
I'm currently working on a project which is required to change a normal 2D Tic Tac Toe into a 3D Tic Tac Toe in a sense that it is a 3D cube-like box shape divided into 27 boxes instead of the normal 2D 9 boxes. Is it possible to do that in visual basic.net. Help really appreaciated. Thank you. :confused:
BugaBog
08-17-2005, 08:26 PM
Go to the VB.Net game programming area, then you can get help with VB.NET code :D
It is possible, both Graphically and programmatically.
stridie
08-18-2005, 12:47 AM
Oh.. is there any place which can show or teach me how to do that? i'm relatively new to visual basic.net. ty. :)
Iceplug
08-18-2005, 06:49 AM
Have you downloaded DirectX 9 yet? If not, then you should download the DirectX 9 SDK from Microsoft's website (takes a while, but you get the tutorials) and the new version of the DirectX .NET DLLs.
A 3D version of Tic-Tac-Toe would be quite easy.