Skip to content

Simple 2d game engine for Android with physics from JBox2d, simple AI.

License

Notifications You must be signed in to change notification settings

nikolajbaer/android-jplay

Repository files navigation

JPlay
by Nikolaj Baer

About:

JPlay is an attempt to build a 2D, physics based game engine for Android. This was partly an attempt to make a sellable android game, partly a fun trip into java land, and partly an interesting exploration into building a game engine. I think I did alot of things wrong.

JPlay has two build xml files, so it can be played both in Swing and in Android. I like to code in vim, so there aren't any eclipse project files around. JPlay was my test class name when i first started, but it stuck (and is probably heavily used by java tinkerers everywhere).

I was initialy inspired by the beautiful boiled down game D-Zone by Julian Cochran (http://www.digitalscores.com/dzone/), but the game took its own shape from there.

Use:

Please see license for precise license details, but I encourage any and all to fork, make a beautiful game or gain inspiration (or see how not to do things) via my code.

Bundled Libraries:

I bundled JBox2D, the 2d physics engine (http://www.jbox2d.org/), into this git repo. Please see its license details for more information (i believe it is the zlib/libpng license, per the sourceforge page http://sourceforge.net/projects/jbox2d/).

About

Simple 2d game engine for Android with physics from JBox2d, simple AI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages