Hey #Unix folks recommend me your favorite games that can run in the terminal that aren't:
1) the most basic boring arcade stuff like snake or missile command
2) roguelikes/dungeon crawlers (love em but there's no lack of those)
3) chess, backgammon, etc., more meaty board games sure but there's already a million easy to find ways to play chess in a terminal
edit: 4) IF, I know where to find plenty of that, forgot this one
This is for my machine with no gui so when I say terminal I mean terminal not just like "text based and looks like it'd be in a terminal maybe".
This entry was edited (1 year ago)
reshared this
lori
Unknown parent • • •silverwizard
in reply to lori • •Jonathan Lamothe
in reply to lori • • •joshie π³οΈβπ
in reply to lori • • •exceptionally cursed but: I once hacked a ncurses TUI display mode into a Gameboy emulator, using half-height unicode blocks to get 2 square-ish pixels per text character. worked badly, but worked nonetheless
unfortunately I donβt think I still have a copy I can share, but if you have the time and the know how it is both possible and very funny
Jonathan Lamothe
in reply to joshie π³οΈβπ • • •via unreachable
in reply to lori • • •Jonathan Lamothe
in reply to via unreachable • • •via unreachable
in reply to Jonathan Lamothe • • •Jonathan Lamothe
in reply to via unreachable • • •Jonathan Lamothe
in reply to via unreachable • • •@via unreachable I didn't have an init folder under data. I added it and got the following when I launched it, I got the following error:
via unreachable
in reply to Jonathan Lamothe • • •it looks like Debian moved stuff around; try editing /usr/share/games/dwarf-fortress/gamedata/data/init/init.txt
Change [PRINT_MODE:2D] to [PRINT_MODE:TEXT], and you should get curses output.
Jonathan Lamothe
in reply to via unreachable • • •