Difference between revisions of "Love - Using a TMX Map"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created page with "=GitHub Repository= Have a look at his GitHub repository: [https://github.com/TRCCompSci/Advanced-Tiled-Loader]")
 
(GitHub Repository)
Line 1: Line 1:
 
=GitHub Repository=
 
=GitHub Repository=
Have a look at his GitHub repository: [https://github.com/TRCCompSci/Advanced-Tiled-Loader]
+
Have a look at his GitHub repository: [https://github.com/TRCCompSci/Advanced-Tiled-Loader Advanced-Tiled-Loader]
 +
 
 +
It was initially an abandoned project, but with a little bit of work is fully working again. It will be suitable for students creating an RPG style game.
 +
 
 +
It will also work with platform games, but their are other options. For example the STI project: [https://github.com/karai17/Simple-Tiled-Implementation STI]

Revision as of 15:26, 18 December 2020

GitHub Repository

Have a look at his GitHub repository: Advanced-Tiled-Loader

It was initially an abandoned project, but with a little bit of work is fully working again. It will be suitable for students creating an RPG style game.

It will also work with platform games, but their are other options. For example the STI project: STI