Page 1 of 1

RoguelikeLike - roguelike game

Posted: Sat Mar 07, 2020 10:01 pm
by ricardo_sdl
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:
Image

The game and source code are available here:
https://ricardo-sdl.itch.io/roguelikelike

Re: RoguelikeLike - roguelike game

Posted: Sun Jul 11, 2021 4:43 am
by chikega
Very cool! 8-)

Re: RoguelikeLike - roguelike game

Posted: Sun Jul 11, 2021 10:11 pm
by ricardo_sdl
Thank you for your support chikega.

Re: RoguelikeLike - roguelike game

Posted: Wed Nov 09, 2022 8:05 pm
by bembulak
I'm late to the party. However, this is awesome. I had the link to the tutorial once, but lost it unfortunately.

Ande even better: you conversion to SB/PB. Great job! :clap:

Re: RoguelikeLike - roguelike game

Posted: Thu Nov 10, 2022 2:52 pm
by ricardo_sdl
Thanks bembulak!

Re: RoguelikeLike - roguelike game

Posted: Fri Nov 11, 2022 9:44 pm
by bembulak
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!

Re: RoguelikeLike - roguelike game

Posted: Fri Nov 25, 2022 12:55 pm
by Fred
This is good stuff ! I just tried it in the browser, but the WASD keys doesn't work for me as I got an AZERTY keyboard. Any solution for this ?

Re: RoguelikeLike - roguelike game

Posted: Fri Nov 25, 2022 3:14 pm
by ricardo_sdl
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!

Re: RoguelikeLike - roguelike game

Posted: Fri Nov 25, 2022 3:46 pm
by Fred
Works great now !