-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
18 lines (10 loc) · 1.17 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/).