Skip to content

AmitHalpert/contamination

Repository files navigation

contamination

Gameicon contamination is a 2D-shooter-platformer game with simple gameplay mechanics.
This is a Java-based game that uses LibGDX as its game framework.

How to run?

You can download the contamination .jar file in releases. or you can build it by yourself:

In order to run and build the game you must execute the commands below:

git clone https://github.com/AmitHalpert/contamination.git
cd contamination
./gradlew desktop:run

For nix users (with flakes), simply run the command below:

nix run github:AmitHalpert/contamination

Build and runtime dependencies

  • Important! update to the latest graphics driver
  • Gradle (From the package manager or the one provided in this repository)
  • JDK 8-15