Using TiledLib

From TRCCompSci - AQA Computer Science
Revision as of 10:49, 13 February 2024 by Admin (talk | contribs) (Pro's)
Jump to: navigation, search

Install TiledLib

The easiest method is to create your MonoGame project then:

  1. Click on project & select Nuget Package Manager
  2. Search online for TiledLib & Install
  3. In the Game1.cs of your project add:
    using TiledLib;
    

Pro's

  • Last update less than a year ago
  • Available as a NuGet package
  • Example of how to draw

Con's

  • Poor readme with little information on how to use

Documentation

https://github.com/Ragath/TiledLib.Net?tab=readme-ov-file