Skip to main content
GameDev.net gamedev.net
🔒 Locked

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

Started by Robert2012 Jun 21, 2012 at 5:40 PM 0 replies 5.8k views
Original Post
Robert2012
Robert2012
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
Tom Sloper
Tom Sloper
This is not a game design topic. Moving to Your Announcements.
-- Tom Sloper    --      sloperama.com

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.