Original Post
Hi guys,
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....=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="info@aboxengine.com"]info@aboxengine.com[/email] or post here.
Thanks,
Robert
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....=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="info@aboxengine.com"]info@aboxengine.com[/email] or post here.
Thanks,
Robert