Parsing ASCII to 2D

In this lesson, you will learn how to write a parser that will take in an ASCII string, clean it up to remove unwanted characters, and create a 2D map using Lua tables so that it can be traversed easily later on when generating the 3D tiles. You will also learn how to create a basic API to keep Lua code clean and modular.

Post a comment

Leave a Comment

Scroll to Top