Tilengine - The 2D retro graphics engine forum
Where can I find some more C# examples? - Printable Version

+- Tilengine - The 2D retro graphics engine forum (http://tilengine.org/forum)
+-- Forum: English forums (http://tilengine.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (http://tilengine.org/forum/forumdisplay.php?fid=7)
+--- Thread: Where can I find some more C# examples? (/showthread.php?tid=17)



Where can I find some more C# examples? - jakers1403 - 08-31-2017

Hello. I am looking for some more C# examples/documentation for the latest version of tilengine. The closest I have gotten to a tutorial is here: http://www.gamefromscratch.com/post/2017/01/12/Hands-On-With-Tilengine.aspx But sadly that is all I found to help me out. If someone can point me in the right direction that would help out a lot. Thanks in advance! I cant wait to get to writing games with this library!


RE: Where can I find some more C# examples? - megamarc - 08-31-2017

Unfortunately tilengine is lacking proper documentation right now. The only examples available are the Platformer.cs included in the tilengine package, and the stand-alone SuperMarioClone project. This project uses many features of the engine, but it may be a bit daunting to follow it. However I'm writing the documentation and I expect to release it soon.