Page 1 of 1

Source for Sokoban game

Posted: Sun Jan 02, 2011 3:20 pm
by jalih
Hi all,

Get it from here

Not really a tutorial, but maybe someone finds it interesting enough...

Source is based on my earlier game Api's Adventure. There is quite a lot what could be done differently or simplified. I use separate table for game objects and level data, other option would be to use just one table for everything and use boolean operations to combine stuff in level table.

Re: Source for Sokoban game

Posted: Sun Jan 02, 2011 5:14 pm
by ArtBlink
Thanks for you're code... I help me for other project ;-)