A project with step-by-step scenes illustrating how to construct a 2D scene using tilemaps, and how to do path-finding using the BFS algorithm.
Text explanations are available here in folder 07.
To clone the project, you may need to install git lfs first:
git lfs install
Graphics:
- Ultima 4 Graphics by Joshua Steele.
Online course:
Procedural generation:
Programming:
- Erel Segal-Halevi