Sorry I don't have linux so don't know how to make an easy launch executable of the game for it...
On the other hand you should be able to manualy launch it in command line if you install the Ruby compiler following their doc : https://www.ruby-lang.org/en/documentation/installation/
You will also need to install the dependancy packages, I think it should just be those two (but I haven't yet verifyed on a fresh install which are needed so don't hesitate to tell me if an error arise) :
- https://github.com/piotrmurach/tty-screen
- https://www.ruby2d.com/learn/get-started/
Once everything is installed you can open a terminal in the same folder as the .exe and use the command "ruby RubyDungeon.rb" to execute it... Again I didn't test it so no guarantee it'll work on Linux but it might.
Bruoche
Creator of
Recent community posts
After nearly a year of solo developpement I'm finally releasing the demo for my first game, Ruby Dungeon! A rogue-like dungeon crawler RPG with turn-based combat and local co-op.
If that sound interesting at all to you, you can play the demo right there : https://bruoche.itch.io/ruby-dungeon
WARNING : Windows defender will likely get a false positive from the game
This is due to the library I use to create the .exe file (ocran) that apparently make it so the .exe has to download and install the compiler my game use, so the game can work without having to download and install it yourself manually before playing (and Windows defender do not like that at all).
At least, that's the likely explaination given in this thread: https://www.reddit.com/r/ruby/comments/nioqku/my_ruby_game_is_getting_false_posi...
To not simply take my word when I say that this game is safe, you can verify it yourself as the game's code is entirely open source on my Git Hub here : https://github.com/Bruoche/Ruby-RPG
Here you can therefore review the code for any risk yourself and even make your own executable via the Readme's instructions (granted you're techy enough to install the required dependencies and run it).
Alternativly, a thourough virus scan of the files should show a normal activity coming from the game.