Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 567 Bytes

File metadata and controls

27 lines (19 loc) · 567 Bytes

NoteEngine

A two-dimensional game engine and UI for Java made with Java's Graphics 2D lib.

About

This engine is going to be used on Note Studios Games futurely. But you can also use it for your games if your project uses it as allowed with the GNU General Public License v3.0.

Development

Dependencies

Name Link
JDK 8+ openjdk.org
Gradle gradle.org

Building

With javadoc

 $ ./gradlew publish

No javadoc

 $ ./gradlew build