Catlike Coding

Maze

Project and Tutorials

This page covers the Maze project, which is a continuation of the Prototypes / Maze 2 tutorial in project form.

The original prototype tutorial is considered version 2.0.0. From now on the project will be updated with releases, each of which will have an accompanying tutorial guiding you through all changes. Like proper releases, they are fixed and will never be altered—except for correcting typos—instead new releases will follow. Besides adding new features this also shows how to deal with project releases and maintaining code.

The project repository contains all releases starting at version 2.1.0. The master branch has the bleeding-edge code of yet unreleased versions already in it, if available.

  1. 2.2.0 Cutting Corners
  2. 2.1.0 Occlusion Culling
  3. 2.0.0 Maze 2