tuxDB - linux gaming aggregate
TUXDB - LINUX GAMING AGGREGATE
 NEWS TOP_PLAYED GAMES ITCH.IO CALENDAR CHAT WINE SteamDeck
 STREAMERS CREATORS CROWDFUNDING DEALS WEBSITES ABOUT
 PODCASTS REDDIT 

 

SUPPORT TUXDB ON KO-FI

MENU

ON SALE

New Twitch streamer aggregation implemented (#FuckTwitch) due to Twitch's API issues (more info on my Discord )


https://komehara.itch.io/reminiscence


A simplified text adventure to play in the terminal, it is about exploring memories using gesture-based communication.

How to play

NOTE for Linux itch app users: clicking Launch from the itch app will not work because it will run the game in the background without opening a terminal window. Make sure to run the game from a terminal.

Run either run.bat (Windows), run.sh (OSX) or ./reminiscence_v0.1_linux (Linux) from a terminal.

Alternatively, double-click on said files if your desktop is configured to run scripts/binaries directly (it should open a new terminal window).

Finally, if you have ruby installed, you can just download the source (Windows and OSX downloads also contain it, but are much bigger) and run `ruby src\game.rb` or `ruby src/game.rb` (or double-click if Ruby is set tup to execute `.rb`).

Context

The game was entirely coded in Ruby on an Android smartphone, using Termux with the ruby package, CodeBoard Keyboard for Coding by GazLaws and Vim.

This is a draft and only has a tutorial.

I started this as a toy project to train programming in Ruby, as it's easier to study the basics with a terminal application than with a graphical application, and also the only way I could develop on my smartphone during commute.

I stopped working on it at some point, but decided to submit it for the Fragment Jam 2019.

Source code

Besides downloading the source code here from the Downloads section, you can check the newest source code on GitHub.