I made a 2D ENGINE for Android, looking for cooperation.

Started by
0 comments, last by Tom Sloper 11 years, 10 months ago
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

062cb0c5478a.png

b5fcec091e29.png

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.

9c3d0b3d5e08.png

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
Advertisement
This is not a game design topic. Moving to Your Announcements.

-- Tom Sloper -- sloperama.com

This topic is closed to new replies.

Advertisement