Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 834 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 834 Bytes

TurnBasedStrategyBase

This is a demo of a Turn Based Strategy game. The gameplay is based off of games like Into the Breach and Polytopia

Demo

Go ahead and try out the demo in the browser hosted on my itch.io https://sentientdragon5gamedev.itch.io/turnbasedstrategydemo

Examples

there are two examples included in this demo: The grid based example alt text And the Node based example alt text The node based system uses all the same scripts and the scripts for the nodes inherit from the grid locations. The grid does not have to be square or rectangle, it can be jagged. The movement and attack formulas are totally reprogrammable easily.