Difference between revisions of "Using TiledCS"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Install TiledCS)
Line 4: Line 4:
 
# Search online for TiledCS & Install
 
# Search online for TiledCS & Install
 
# In the Game1.cs of your project add: <syntaxhighlight lang=csharp>using TiledCS;</syntaxhighlight>
 
# In the Game1.cs of your project add: <syntaxhighlight lang=csharp>using TiledCS;</syntaxhighlight>
 +
 +
=Pro's=
 +
* Still active on GitHub
 +
* Good ReadMe with examples
 +
* Good example of drawing
 +
 +
=Con's=
 +
* Last update 2 years +
  
 
=Documentation=
 
=Documentation=
 
https://github.com/TheBoneJarmer/TiledCS?tab=readme-ov-file
 
https://github.com/TheBoneJarmer/TiledCS?tab=readme-ov-file

Revision as of 10:53, 13 February 2024

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;
    

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