Allegro.cc - Online Community

Allegro.cc Forums » Programming Questions » Tiled Question

This thread is locked; no one can reply to it. rss feed Print
Tiled Question
variancegears
Member #23,382
June 2022

Hello,

I am using Tiled (https://www.mapeditor.org/) and have created my first tmx. I am wondering exactly how do I implement this with my allegro program? I am using Microsoft Visual Studio 2022. Thank you.;D

DanielH
Member #934
January 2001
avatar

From their website:

Quote:

TMX and TSX are Tiled’s own formats for storing tile maps and tilesets, based on XML

So parse the XML file to get necessary data. You will have to take that data and put into your own map system for Allegro.

They also include links to many libraries that can parse their TMX files.

---

Building a map system with Allegro is a whole other topic.

Go to: