Source for Sokoban game
Posted: Sun Jan 02, 2011 3:20 pm
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.
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.