board games

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
qqta
Posts: 15
Joined: Tue Mar 04, 2008 11:05 am

board games

Post by qqta »

hi all..
i want to start creating a 3d multiplayer board game using irrlicht
but i'm just wondering if this is possible to do..
cause i've never done any multiplayer game programming before..

what i want to create is just a simple two-player board game, probably something like chess.. in 3d..

can anyone give me any advice about this? or maybe good reference? or any example?
really appreciate it..
thx..
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

Theres some examples with irrNetLite 2 for network programming. I hope you find them easy to understand, I did my best commenting them.
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
jontan6
Posts: 278
Joined: Fri Jun 13, 2008 5:29 pm

Post by jontan6 »

u have many problems to solve.... 3d, ai, network, etc
Warchief
Posts: 204
Joined: Tue Nov 22, 2005 10:58 am

Post by Warchief »

Check Warboard 3D as reference.

The demo out there is hotseat (two players in the same computer). Adding networking support should not be too complex, as turn based games do not have strict requirements like real time games.
Warchief's Warboard 3D Now hotseat release
Post Reply