Roguelike Tutorials for PlayCanvas?

Wondering if anyone had any decent 2d roguelike tutorials for playcanvas?

Summoning @Lizzip! I know she is experienced with the genre… :smiley:

Check out this project that she made:

https://playcanvas.com/project/395992/overview/roguelike

1 Like

Hello!

Cheers Will, I’ve actually started remaking that roguelike as I didn’t like where it ended up (see new: RL project ) - hopefully the new one will be cleaner and I won’t get bogged down by bugs and framerate drops.

As for actual tutorial-wise, the most “recent” post on my blog (see: blog post ) details how I used the rot.js engine in playcanvas

Obviously the two roguelikes I have made are 3D not 2D, but that’s only because of the way I’m representing the underlying rogue like data. Internally the map is basically a 2D array and all actors and items are just plots on this array, so represent it in as many Ds as you want