Skip to content

Starfish Collector, where you help the player’s character, a turtle, swim around the ocean floor while looking for a starfish.

Notifications You must be signed in to change notification settings

mariorez/libktx-starfish-fleks

Repository files navigation

Starfish Collector

Starfish Collector, where you help the player’s character, a turtle, swim around the ocean floor while looking for a starfish.

Controls

  • Left, Right, Up and Down keys: moves the turtle

alt text

How to run the desktop version

Running the source code:

./gradlew lwjgl3:run

Running the jar file:

java -jar starfishcollector-{version}.jar

Technologies used

Disclaimer

This game is the result of reading, studying and learning the examples shown in the book "Java Game Development with LibGDX" by the author Lee Stemkoski.