Skip to content

michaelbrusegard/HelicopterPong

Repository files navigation

HelicopterPong

HelicopterPong is a simple pong game with helicopters flying around and colliding in the background.

A libGDX project generated with gdx-liftoff.

Video

helicopterpong.mov

Platforms

  • core: Main module with the application logic shared by all platforms.
  • lwjgl3: Primary desktop platform using LWJGL3; was called 'desktop' in older docs.

Gradle

This project uses Gradle to manage dependencies. The Gradle wrapper was included, so you can run Gradle tasks using gradlew.bat or ./gradlew commands.

Running

To run the project use the following command:

./gradlew lwjgl3:run

Then to create the build .jar file use the following command:

./gradlew lwjgl3:jar

The .jar file will be stored in the lwjgl3/build/libs directory.

Report

You can find the report here

About

A pong game with helicopters in the background

Resources

Stars

Watchers

Forks

Languages