I made a 2D ENGINE for Android, looking for cooperation.
Posted
by
Roger Travis
on Game Development
See other posts from Game Development
or by Roger Travis
Published on 2012-06-21T18:31:07Z
Indexed on
2012/06/21
21:24 UTC
Read the original article
Hit count: 602
My name is Robert, I am an Android programmer and wanted to show off my latest project - a 2d game engine.
You can see it in action here - https://play.google.com/store/apps/details?id=engineDemo.com
My engine's main advantage is its ease of use. To have your level up and running, you'll need only 3 lines of code.
ABoxView aboxView = new ABoxView(this);
setContentView(aboxView);
aboxView.loadLevel("level/level02");
Level are created in a special level constructor and object physical properties are stored in a corresponding XML file.
I am looking to cooperate with those, who might be interesting in using my engine in their games. You can email me at [email protected] or post here.
Thanks, Robert
© Game Development or respective owner