jpres27 / map2array

Map collision data parser for GBA game development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

map2array

Map collision data parser for GBA game development

Given a CSV file containing collision tile data (0 for passable, anything else for impassable), this program will generate a file containing that data as a 2D array in C for use with whatever collision detection method you use.

About

Map collision data parser for GBA game development


Languages

Language:C++ 100.0%