PDA

Click to See Complete Forum and Search --> : Board Game


bataeu
Jun 26th, 2002, 03:55 PM
Hello, I want to make a board game. I was wonder though . . . how a person goes about startinga board game. If anyone has any words of advice or any tutorials it would be much appriciated.

Thanks

SteveCRM
Jun 26th, 2002, 04:02 PM
in a console, this is how I'd go about it:

make an 2D array (or 3D depending on how the board game) to represent the actual board....each cell can hold the info...(3D array if there is too much info). Then make some functions giving piieces the ability to go around the array, and then just impliment rules.

so basically I'd use arrays ;) :p

bataeu
Jun 26th, 2002, 04:42 PM
... so your saying i should maybe try arrays.

okay thanks