Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/3y3l3ss0ur0b0r0s/godot-2d-tactical-movement

Just following along with Nathan Lovato's tutorial here: https://www.gdquest.com/tutorial/godot/2d/tactical-rpg-movement
https://github.com/3y3l3ss0ur0b0r0s/godot-2d-tactical-movement

Last synced: 11 days ago
JSON representation

Just following along with Nathan Lovato's tutorial here: https://www.gdquest.com/tutorial/godot/2d/tactical-rpg-movement

Awesome Lists containing this project

README

        

# Tactical RPG movement

![](images/trpg-screenshot.png)

This demo and intermediate-level tutorial shows how to code a grid-based movement as in games like Fire Emblem or Advance Wars.

It was funded by our backers and [Godot 2D Secrets](https://gdquest.mavenseed.com/courses/godot-2d-secrets).

Features:

- Grid-based movement.
- Cursor to navigate the map and select a unit.
- Displays the unit's walkable area.
- Displays the unit's path preview.
- The user can validate or cancel the movement.