lucamarini22 / CropMaze

CropMaze is a 2D survival videogame in which you control a farmer, whose goal is to protect his crop from aliens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CropMaze is a 2D videogame in which you control a farmer, whose goal is to kill all the aliens and save his crop.

Importing CropMaze into Eclipse

To import the project into Eclipse, use as import tool "Gradle->Existing Gradle Project".

Creating and executing JAR

  • Create JAR file using the command: ./gradle fatJar

  • The JAR file will be exported in build/libs/CropMaze-all-0.0.1.jar

  • Execute the JAR file with the command: java -jar CropMaze-all-0.0.1.jar

Enjoy CropMaze!

Main menu

Game

Upgrades

game over

Team

About

CropMaze is a 2D survival videogame in which you control a farmer, whose goal is to protect his crop from aliens


Languages

Language:Java 99.7%Language:CSS 0.3%