Using TiledCS

From TRCCompSci - AQA Computer Science
Revision as of 10:57, 14 February 2024 by Admin (talk | contribs) (Install TiledCS)
Jump to: navigation, search

Install TiledCS

The easiest method is to create your MonoGame project then:

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

You can also get the source code from the link below, and copy the `.cs` files into the same folder as your `Game1.cs` or in a new folder within this.

Pro's

  • Still active on GitHub
  • Good ReadMe with examples
  • Good example of drawing

Con's

  • Last update 2 years +

Documentation

https://github.com/TheBoneJarmer/TiledCS?tab=readme-ov-file