Page 1 of 1

Sokoban Challenge [Android]

Posted: Mon Jul 14, 2014 6:02 pm
by jef
Hi,

Our new game, Sokoban Challenge is now available on Google Play.

The game is a 3D remake of the classic puzzle game Sokoban.

If you have an android phone or tablet, check it out!

https://play.google.com/store/apps/deta ... bitorus.sc

Image

Requires: Android 2.3 and up.

We have used and modified the ogl-es branch of the engine.

Many thanks again to the Irrlicht team and community for a great engine!

Re: Sokoban Challenge [Android]

Posted: Wed Jul 16, 2014 2:56 pm
by hybrid
Very nice - again! Also loved the momory cube. What I was really puzzled about was the "controller". Maybe it would help people like me if there were arrows on all four sides of the cross. But otherwise really nice design, good graphics, cool gameplay implementation.

Re: Sokoban Challenge [Android]

Posted: Thu Jul 17, 2014 5:04 pm
by jef
Thanks for your feedback! Glad you like our previous game Cubory too.

About the "controller"...
We'll take a look at it, maybe arrows or a better description of the controls in the beginning of the first level.

Re: Sokoban Challenge [Android]

Posted: Sat Jul 19, 2014 9:41 am
by CuteAlien
Congratz on the release. You mention you change the branch - any chance of putting patches for your changes online? Maybe they are interesting enough to add to the engine so you don't have to modify it for your next game :-)

Re: Sokoban Challenge [Android]

Posted: Mon Jul 21, 2014 11:40 am
by jef
Thanks!

I fear that our modifications are of little use for the improvement of the engine. The modifications have mainly been about to remove things we did not need (even multitexturing). However, we've made a few changes in a try to optimize the engine for opengl.

Changes...

SColor - Changed the color order to avoid the vertex color conversion in the driver.

IVideoDriver - Splitted drawVertexPrimitiveList into three functions for faster rendering of objects sharing the same meshbuffer (not sure that the same can be done for Direct3D).

If there is interest, maybe we can provide a patch, at least for the ogl-es branch.