a minecraft-like game programmed in Java with LWJGL 2. The game is in beta now. So if you have some suggestion, just leave in the comment.
- Windows
To build, just type
gradlew.bat build
then
gradlew.bat run
There you go!
- Linux && MacOS
Pretty easy too! Just type
./gradlew build
and then
./gradlew run
There you go!