Mystic Tutorial
This is the source code for the LibGDX Java tutorial series on my YouTube channel.
The game itself contains:
- main menu using Scene2D
- Input multiplexer (keyboard + scene2d stage)
- playable character
- Tiled integration using an objects tileset for game objects
- Box2D integration for collision handling
- a trap trigger
- a heart lifebar including life regeneration
- an entity component system architecture using Ashley (ECS)
Controls
- WASD: Movement + UI navigation
- SPACE: Attack + UI select
- ESCAPE: Change screen from game to menu
Credits
Description
Languages
Java
100%