https://github.com/mariorez/libgdx-treasure-quest
Treasure Quest is an adventure game where the character, called the hero, is called upon to rid the land of flying bat-like creatures (called Flyers) and is promised a treasure chest as a reward.
https://github.com/mariorez/libgdx-treasure-quest
desktop game indiegame java libgdx
Last synced: 6 months ago
JSON representation
Treasure Quest is an adventure game where the character, called the hero, is called upon to rid the land of flying bat-like creatures (called Flyers) and is promised a treasure chest as a reward.
- Host: GitHub
- URL: https://github.com/mariorez/libgdx-treasure-quest
- Owner: mariorez
- Created: 2021-01-30T14:43:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T23:51:17.000Z (over 4 years ago)
- Last Synced: 2025-03-28T02:39:04.307Z (7 months ago)
- Topics: desktop, game, indiegame, java, libgdx
- Language: Java
- Homepage: https://youtu.be/36mvpAn66Dc
- Size: 621 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game: Treasure Quest
Treasure Quest is an adventure game where the character, called the hero, is called upon to rid the land of flying bat-like creatures (called Flyers) and is promised a treasure chest as a reward.

**Controls**:
- **Up**, **Down**, **Left** and **Right** keys: moves the hero
- **S** key: swings the sword
- **A** key: shoots arrow
- **B** key: buy shop items## Setup
- **Java** 8
- **Gradle** Wrapper 6.7.1
- **LigGDX** 1.9.13: https://github.com/libgdx/libgdx
- **GDX Liftoff** 1.9.13: https://github.com/tommyettinger/gdx-liftoff## Disclaimer
This "framework" 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