from Hacker News

Incomplete Roguelike game written in Ruby

by davidslv on 10/19/22, 5:05 AM with 1 comments

  • by davidslv on 10/19/22, 5:05 AM

    I've been working on writing a roguelike game in ruby, without using any external libraries.

    It's not really a complete game at this stage, all you can do is travel through the randomly generated mazes once you hit the stairs.

    I thought I would share as I have been struggling for time to do further features.

    Any feedback is appreciated, feel free to have a look around and contribute if you so wish.