*name is still a work in progress
Test-Game is a current project of mine. A 2D game with no current story/object other than to build and mine. It is really limited at what you can do in the game. Currently in the middle of a rewrite. This uses Java's AWT.
- World generation
- Exploration and not limiting the player to the 20 by 10 tile area.
- Many fixes to the player.
- Main Menu/ Game launcher.
- Optional story lines.
- Multi-player
Currently I would recommend using Intellij Idea.
Clone the repository and Open build.gradle
as a Project. Then you should be all set.
To build a runnable jar file you would run the command .\gradlew jar
then look in build\lib
folder the launch game-MMDDYYYY-SNAPSHOT.jar
.