[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] board game



Hi!

I'm a newbie in game programming. I am programming -well, trying to do it.. :D- a board game like Trivial, a board game of questions and answers. 

In this game, you have a board with many squares, and each one have one question to be answered by the player, there are 6 types of squares, and depending on the type, the question is about  sciences, maths, history,etc.

The problem I find is to know how to draw that board, don't know if it's better to draw the entire board with a paint program (inkscape, gimp..) and then load it with pygame, or draw each individual squares and the load them one by one making the board, or what. The board has an hexagonal shape.

Any idea?

Regards and Thanks for all.

Marta.