Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 883 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 883 Bytes

Introduction

Simple 2d Beat-em-up game tutorial using Godot Engine (version: v3 LTS), demo basic action game features:

  1. Character Animation
  2. Collision Detection
  3. Event Handler

Setup

  1. Download Godot Game Development Engine: https://godotengine.org/download/3.x/windows/
  2. Download Game Source Code: git clone https://github.com/yockgen/godot-tut01.git

Running Step:

  1. Launch Godot
  2. Click "Scan" button
  3. Select "godot-tut01" directory
  4. Click "Play" button on top right
  5. The tutorial should run
  6. For computer keyboard, use direction key to move the character, pressed A to attack enemy (alternatively, you could use joypad to test)

Support

[email protected]

Will support on best effort while learning together with question, cheers!