From a5ceb6ea256ee85a5ab3c93235b89feaeb3b82ea Mon Sep 17 00:00:00 2001 From: Erlend Sogge Heggen Date: Sun, 23 Mar 2014 14:20:08 +0100 Subject: [PATCH] Created README.md Copied from https://code.google.com/p/jmonkeyengine/. Will follow up with info about 3.0 branch and recommended use. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..baaa26cbe --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +jmonkeyengine +============= + +jMonkeyEngine 3 was made especially for game developers who want to create 3D games with modern technology standards. The software is programmed entirely in Java, intended for wide accessibility. + +The engine is used by several commercial game studios as well as university (game-) classes. While its old 2.0 branch is now only community supported, the 3.0 branch is quickly emerging as a full-fledged game development environment for a wide range of developers. + +Go to http://hub.jmonkeyengine.org/downloads/ to download the jMonkeyEngine SDK.