Results 1 to 3 of 3

Thread: Board Game

  1. #1

    Thread Starter
    Addicted Member bataeu's Avatar
    Join Date
    Nov 2000
    Location
    Walla Walla, Washington
    Posts
    144

    Board Game

    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
    C, C++ and none of that MCF crap either!

  2. #2
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    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

  3. #3

    Thread Starter
    Addicted Member bataeu's Avatar
    Join Date
    Nov 2000
    Location
    Walla Walla, Washington
    Posts
    144
    ... so your saying i should maybe try arrays.

    okay thanks
    C, C++ and none of that MCF crap either!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width