Simple 2d Beat-em-up game tutorial using Godot Engine (version: v3 LTS), demo basic action game features:
- Character Animation
- Collision Detection
- Event Handler
- Download Godot Game Development Engine: https://godotengine.org/download/3.x/windows/
- Download Game Source Code: git clone https://github.com/yockgen/godot-tut01.git
- Launch Godot
- Click "Scan" button
- Select "godot-tut01" directory
- Click "Play" button on top right
- The tutorial should run
- For computer keyboard, use direction key to move the character, pressed A to attack enemy (alternatively, you could use joypad to test)
Will support on best effort while learning together with question, cheers!