Difference between revisions of "Using TiledNet"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Con's)
Line 9: Line 9:
 
=Con's=
 
=Con's=
 
* Archived project
 
* Archived project
 +
* No example of how to draw the map
  
 
=Documentation=
 
=Documentation=
 
https://github.com/napen123/Tiled.Net
 
https://github.com/napen123/Tiled.Net

Revision as of 10:48, 13 February 2024

Install TiledNet

The easiest method is to create your MonoGame project then:

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

Pro's

  • Can Load & SAVE the map

Con's

  • Archived project
  • No example of how to draw the map

Documentation

https://github.com/napen123/Tiled.Net