Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Princess Beta

2
Posts
1
Following
A member registered Apr 24, 2024

Recent community posts

For those wanting to play it on linux, you need to install ruby and a few dependencies : 

sudo apt install ruby-full 
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev 
sudo gem install ruby2d tty-screen 

and then you can run the game (like op said) using :

ruby RubyDungeon.rb

Do you know if there is anyway to run this on linux ?