Hi, so I discovered GiderOS, and it looks like amazing.
I would like to creat a Sokoban like, but I don't know where and how start ...
Images if you don't know what is Sokoban :
http://rommyprod.com/image_jeu/sokoban.JPGhttp://ubuntu.allmyapps.fr/data/g/s/gsoko-sokoban/UBUNTU-9.04/sokoban.pnghttp://www.logitheque.com/imggif/sokoban_6230.gif
Comments
My first suggestion would be for you to go here and introduce yourself to the community.
I also get the feeling from reading your post that you have little or no programming experience so I would suggest that you read the tutorials to give you a better understanding of what is involved.
I would also suggest that a book on lua programming might be in order.
I know this doesn't tell you where or how to start but there's no easy answer to that except to say at the beginning. Some people would start with creating the maps, others would create a code framework and when that works, then they would go onto graphics or maps.
Likes: chipster123, MikeHart
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive
as @Scouser mentioned. If it is the first game and you don't have any experience, you should probably take it more easy and start with something more simpler.
start with simply putting image in the middle of the screen.
Next step would be for example to let it move to direction where you touch your finger etc.
Mostly the docs and examples provided with Gideros should be enough to start with that.
Likes: chipster123