Hello!
Thanks to this excellent tutorial(https://nluqo.github.io/broughlike-tutorial/index.html) about creating a roguelike game, made by Jeremiah Reid (https://twitter.com/humbit), I was able to convert the original code from javascript to PureBasic. And with some CompilerIf's the game now run on the browser, thanks to SpiderBasic. Here is a look:
ricardo_sdl wrote: Thu Nov 10, 2022 2:52 pm
Thanks bembulak!
You're welcome!
I've seen lots of contributions from you on itch for certain jams - you're very productive. It's a joy to see, that you're using PB/SB so much!
Hi Fred!
I made a small change to allow to play the game with the arrow keys. I think this will work on a different keyboard layout, it's a good thing to keep in mind on the next games, thank you!