January 8, 2019
Video Tutorials – Programming and Game Design
Youtube – Unity 5 Tutorial Tactical Turn Based Game Part 1 Basic Grid Movement
More turn based tactics game programming to learn another way to approach them, as well as get further into actions and combat.
Youtube – MAKING ISOMETRIC TILEMAPS in Unity 2018 | Beginner’s Guide (Tutorial)
This is just a simple tutorial showing how to use some new Unity features for dealing with hexagonal tile setups and isometric tile maps.
Youtube – Final Fantasy Tactics & Combat Initiative Systems | Game Design Guide
This video goes over some terminology and game design pros/cons for different ways to approach tactics combat systems.
Youtube – The Key to Making Turn Based Games! – C# Enum Tutorial
This video explains the basic concept of using a simple enum for setting up states for a turn based game. There are more links to all of the code included as well.
Youtube – Easiest Way to Share Behavior Between Classes in Unity – C# Interfaces Tutorial
This is a general programming tutorial for a way of sharing behaviors between classes in Unity.