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
Printable View
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
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
... so your saying i should maybe try arrays.
okay thanks