Files
mystictutorial/README.md
2025-08-08 10:44:08 +02:00

1.3 KiB

Mystic Tutorial

LibGDX Ashley Tiled

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