Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariorez/libktx-starfish-fleks
Starfish Collector, where you help the player’s character, a turtle, swim around the ocean floor while looking for a starfish.
https://github.com/mariorez/libktx-starfish-fleks
android desktop desktop-game entity-component-system fleks game game-dev game-development gradle java kotlin libgdx libktx mobile mobile-game
Last synced: 20 days ago
JSON representation
Starfish Collector, where you help the player’s character, a turtle, swim around the ocean floor while looking for a starfish.
- Host: GitHub
- URL: https://github.com/mariorez/libktx-starfish-fleks
- Owner: mariorez
- Created: 2022-06-02T12:38:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T10:57:50.000Z (over 2 years ago)
- Last Synced: 2024-11-21T11:14:26.689Z (3 months ago)
- Topics: android, desktop, desktop-game, entity-component-system, fleks, game, game-dev, game-development, gradle, java, kotlin, libgdx, libktx, mobile, mobile-game
- Language: Kotlin
- Homepage:
- Size: 2.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](starfishcollector-screeshot.png "Starfish Collector")
## How to run the desktop version
Running the source code:
```
./gradlew lwjgl3:run
```Running the `jar` file:
```
java -jar starfishcollector-{version}.jar
```## Technologies used
- **Kotlin** 1.6.21: https://kotlinlang.org
- **JDK** Eclipse Temurin 11: https://adoptium.net
- **Gradle** Wrapper 7.4.2: https://gradle.org
- **LigKTX** 11.11.0-rc1: https://libktx.github.io
- **LigGDX** 1.11.0: https://libgdx.com
- **Fleks ECS Library** 1.3-JVM: https://github.com/Quillraven/Fleks
- Project generated with **GDX Liftoff**: https://github.com/tommyettinger/gdx-liftoff## 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.
- **Book site**: https://www.apress.com/gp/book/9781484233238
- **Source-code**: https://github.com/Apress/java-game-dev-LibGDX