Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 900 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 900 Bytes

Unity week 5: Two-dimensional scene-building and path-finding

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.

Cloning

To clone the project, you may need to install git lfs first:

git lfs install 

Credits

Graphics:

Online course:

Procedural generation:

Programming:

  • Erel Segal-Halevi