I was thinking about making a chess game but I don't know how I would do that. Anyone have any ideas on how to code it? I've already checked pscode.com but most of it has AI and extra stuff in it. Thanks in advance.
Printable View
I was thinking about making a chess game but I don't know how I would do that. Anyone have any ideas on how to code it? I've already checked pscode.com but most of it has AI and extra stuff in it. Thanks in advance.
Well, there are lots of different aspects to creating a game, even a board game. You should look into a graphics API such as DirectX to draw your chessboard and units, and even your GUI.
If you want to do all of the visuals with VB controls, then all that would be involved is creating the game rules and AI for a computer player, if you so wish.
Check out gamedev.net