A modern vision on the 90's game Log!cal, written in Java
This repository contains the code for a game similar to Orbium and GudeBalls and was written as part of the course TI2206: Software Engineering Methods at Delft University of Technology.
Download the source code by running the following code in your command prompt:
$ git clone https://github.com/fabianishere/broccoli.git
or simply grab a copy of the source code as a Zip file.
To run the game, simply enter the following in your command prompt:
$ ./gradlew :broccol-libgdx:desktop:run
This will launch the libgdx
frontend using a LWJGL desktop driver.
For building the source code, we use Gradle. To run gradle, enter the following in your command prompt:
$ ./gradlew build
To test the source code, run the following code in your command prompt
$ ./gradlew test
The code is released under the MIT license. See the LICENSE.txt
file.
The game assets belong to the Orbium project
and are licensed under the Creative Commons Attribution-NonCommercial 3.0 Unported License.