How to play Solitaire in Linux terminal with solitaire-ti
Gaming has been an essential part of the PC experience since the days of the IBM mainframe. But the focus on the latest graphics and AAA titles has left many of the classics neglected.
In today's post, join TipsMake.com in nostalgia for a PC single-player card game by playing Klondike Solitaire in the Linux terminal.
Why do you want to play Solitaire in Terminal?
Not everyone likes graphical user interfaces (GUIs), and not everyone wants to play the latest graphics-intensive first-person shooters. Maybe you're connecting to a remote machine using SSH and need to kill a few minutes while on a lunch break.
The most compelling and honest reason to play Solitaire in Terminal is simply because you are perfectly capable of doing it.
Install solitaire-tu on Linux
solitaire-ui is written in Google's Go language and you need to have Go installed on your system before you can start.
An easy way to install Go is from the Snap Store. So, if your system supports snap packages, you can use this command to install Go:
sudo snap install go --classic
Note : Make sure to have Snap installed on your system if you haven't already.
Now, let's use Go to install the latest version of solitaire-ui:
go install github.com/brianstrauch/solitaire-tui@latest
The package will install to the /go/bin/ subdirectory of your home directory. To allow easy access and make it possible for any user to start any terminal location, create a symbolic link:
sudo ln -s ~/go/bin/solitaire-tui /usr/bin/solitaire
Now you can launch solitaire-tui by typing:
solitaire
Play Solitaire in Linux Terminal
Playing Solitaire in Terminal with solitaire-tui was a breakthrough. While the app looks great, due to limitations with Terminal, some of the features we are used to with Solitaire will be missing.
For example, there is no autoplay feature, so you have to complete the game manually in any case. There is also no drag and drop functionality. Click a card with your mouse to highlight it, then click where you want it. It will be moved immediately.
If you've been expecting an engaging and animated trumpet performance to signal your victory, you'll be disappointed. There are no congratulations when you win.
solitaire-ti does exactly what it's supposed to do and is a great way to stay entertained for a few minutes without leaving Terminal.
Card games are a great way to pass the time on a lunch break or at leisure. Wish you have happy moments!
You should read it
- Looking back at one of the most 'popular' games of our time: Microsoft Solitaire
- How to fix save file error game Solitaire Windows 10
- The story of the world's most popular computer game
- How to play Game Boy games on Linux Terminal
- Summary of the hottest tech news of May 3, 2015
- How to play chess in Linux terminal (with Multiplayer support over SSH)
- 5 legendary games on this PC can be downloaded on both Android and iOS, completely free
- 5 interesting entertainment games in Linux Terminal
May be interested
- Play the classic game of Windows XP on Windows 7there are many good games available on windows, popular with many people. however, in each version of windows, the available games are different. windows xp is currently less user-friendly, instead of win 7, win 8, 8.1. available games on windows xp such as solitaire, minesweeper, hearts and spider solitaire are still favored by many office workers.
- 7 Ways to Restart Linux from Terminalrestarting linux from the terminal may seem difficult, but don't worry, it's quite simple once you know the right commands. restarting linux is necessary after updating, troubleshooting, or performing system maintenance.
- How to run 2 or more Terminal commands at the same time on Linuxif you use linux, you probably know how to use useful commands to work with files, install software and launch programs. however, one thing you don't know is that you can still run multiple commands at the same time.
- 14 interesting Linux commands in Terminalterminal is a very powerful tool, but it can become 'interesting' through a few bash commands that quantrimang will introduce to you later. let's follow up and find out because some commands are quite useful.
- 6 interesting terminal commands on Macterminal is a handy utility, often found on unix-based computers, such as linux and macos. there are many interesting things to do in the terminal. regardless of your experience, you can use these great terminal commands on mac.
- 18 Interesting Linux Commands in Terminalterminal is a very powerful tool, but it can be made 'interesting' through a few bash commands that tipsmake.com will introduce to you below. let's follow and learn because some commands are quite useful.
- How to Create and Edit Text File in Linux by Using Terminalthis wikihow teaches you how to use the terminal app in linux to create a text file. after doing so, you can use one of linux's built-in text editors to make changes to the file. open terminal. to do so, click menu, then find the terminal...
- How to spell check in Linux Terminallinux also has a command line spell checker utility in terminal. the utility is called aspell and is installed by default on ubuntu. this is how you can use aspell to check spelling in a terminal.
- How to search Google from Linux terminal with Googlergoogler is a terminal tool that allows you to easily run google searches from your linux terminal, with lots of options to help you find exactly what you're looking for.
- How to create and delete folders in Linux Terminalfolders are essential for your linux operating system because they contain files you may use often or that the system needs to function correctly.