Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 913 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 913 Bytes

Make Lines

Build Status Coverage Status

You Must Make Some Lines

With Blocks

Before It's Too Late

Game is currently in alpha. Art assets are not final.
Screenshot

Running the game

Build the source code

To build the source code, run the appropriate command for your OS.

Mac/Linux

./gradlew clean build

Windows

./gradlew.bat clean build

Launch the application

After building the source code, you can run the game using the appropriate command for your OS.

Mac/Linux

./gradlew run

Windows

./gradlew.bat run