A 2d vertical scrolling space shooter game using LibGDX and Kotlin.
- Using git, clone the repository and enter the SpaceFist directory.
- Install OpenJDK if it is not already installed.
- Open a terminal window.
- Make sure that java can be run from the commandline (runing java -version should print something).
- Navigate to the SpaceFist directory.
- Type
./gradlew desktop:run
at the commandline and hit enter.
- Open a command window.
- Make sure that java can be run from the commandline (runing java -version should print something)
- Navigate to the SpaceFist directory
- Type
./gradlew.bat desktop:run
and hit enter.