Game Development Community

Checker Demo

by Danny Mejia · in Torque Game Builder · 11/29/2006 (11:16 am) · 2 replies

Am try to make the checker demo. But I want it to be one player so that the player can the computer AI. But I am can't get the checker pices to load. I have my board and checker set up just like in the checker demo that came with TGB.

#1
11/29/2006 (11:24 am)
There are tons of things that could have gone wrong there - that tutorial is a big one. Have you removed the networking stuff or are you going to leave that and add an AI player? Do you get any errors in the console?

Gonna need more info before my ramblings will make sense ;)
#2
11/29/2006 (11:24 am)
It's going to be a bit hard to adapt the multi-player checkers demo to a single player version since the networking is heavily integrated.

Though you can take some of the move checking functions and cut out the network calls, it will take a bit of work.