RoguelikeLike - roguelike game

Created a nice software using SpiderBasic ? Post you link here !
ricardo_sdl
Posts: 26
Joined: Fri Jan 10, 2020 12:30 pm

RoguelikeLike - roguelike game

Post 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
You can check my games at:
https://ricardo-sdl.itch.io/
chikega
Posts: 1
Joined: Sun Jul 11, 2021 4:40 am

Re: RoguelikeLike - roguelike game

Post by chikega »

Very cool! 8-)
ricardo_sdl
Posts: 26
Joined: Fri Jan 10, 2020 12:30 pm

Re: RoguelikeLike - roguelike game

Post by ricardo_sdl »

Thank you for your support chikega.
You can check my games at:
https://ricardo-sdl.itch.io/
bembulak
Posts: 71
Joined: Wed Feb 26, 2014 9:53 am

Re: RoguelikeLike - roguelike game

Post 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:
ricardo_sdl
Posts: 26
Joined: Fri Jan 10, 2020 12:30 pm

Re: RoguelikeLike - roguelike game

Post by ricardo_sdl »

Thanks bembulak!
You can check my games at:
https://ricardo-sdl.itch.io/
bembulak
Posts: 71
Joined: Wed Feb 26, 2014 9:53 am

Re: RoguelikeLike - roguelike game

Post 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!
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: RoguelikeLike - roguelike game

Post 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 ?
ricardo_sdl
Posts: 26
Joined: Fri Jan 10, 2020 12:30 pm

Re: RoguelikeLike - roguelike game

Post 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!
You can check my games at:
https://ricardo-sdl.itch.io/
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: RoguelikeLike - roguelike game

Post by Fred »

Works great now !
Post Reply