Skip to content

Latest commit

 

History

History

README.md

Guide to the Guides

Summary

(Think of these guides as more of a kicking off point than a strict step by step guide. Don't be like me, start off with a simple Zelda like or a platformer, don't just right into doing this headache inducing stuff. Go over what this information can be applied to)

Contents

(State the directories found in guides so far and the recommended order)

Top Down Simulated 3D Collision

(Overview)

  • breaking down the problem

(summary and point to top-down-3D-collision/breaking-down-the-problem.md)

  • jumping player

(summary and point to top-down-3D-collision/player-character.md)

  • adaptive colliders

(summary and point to top-down-3D-collision/adaptive-colliders.md)

Script Based Sprite Sorting

(Overview)

  • sprite sorting

(summary and point to script-controlled-sprite-sorting/sprite-sorting)

JSON Dialogue System

(Overview)

  • json parsing

(summary and point to json-dialogue-system/json-parsing.md)

  • npc interaction

(summary and point to json-dialogue-system/npc-interaciton.md)