Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jheller9 authored Jul 31, 2020
1 parent e65e763 commit 3bbc60e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Overview

Project Moonglade is a 3D sandbox game written in java that has an emphasis on procedural generation.
It uses OpenGL for rendering via LWJGL2, and uses its own engine.

# Required Libraries
- [LWJGL2] https://www.lwjgl.org/
- [JOML] https://github.com/JOML-CI/JOML
- [Slick2D] http://slick.ninjacave.com/
- [JOrbis] http://www.jcraft.com/jorbis/
- [Ini4j] http://ini4j.sourceforge.net/
- [JSquish] https://github.com/memo33/jsquish

# Screenshots
![nature1](https://i.imgur.com/8ZpGrsY.png)
![nature2](https://i.imgur.com/15lcR5w.png)
![nature3](https://i.imgur.com/wHwKcxB.png)

# Compilation
Include the required libraies in your project's build path, as well as the source code to this project.

# Running the Project
Check the milestones for a compiled jar.

0 comments on commit 3bbc60e

Please sign in to comment.