Termitaire
A downloadable game for Windows, macOS, and Linux
Solitaire is a card game in which you must sort all cards by their suit. While it can be very challenging, it's always a lot of fun.
This version of solitaire is text-based and runs in a terminal.
Because of this, it is controlled by the keyboard only.
While this might seem like a disadvantage, in my experience, not only did I become faster, but I also found it easier to control.
Actions
Almost every screen has some avaiable actions that you can do. ( )
Under this statement are all actions listed like so:
[Action Binds] - Action Description
- Action Binds are separated by a comma, underscore ('_') means empty
- Action Description says what executing this action will do
To execute an action, type one of the Action Binds and submit (Enter)
Manipulating Cards
On the left of your screen is your hand.
This hand represents which cards are now selected. (You can select cards via actions)
If you have any cards selected, a new set of actions appears.
Scoring + Help
You read more information in-game. (Action 'help')
Status | Released |
Platforms | Windows, macOS, Linux |
Release date | Apr 26, 2024 |
Author | RodakDev |
Genre | Card Game |
Tags | solitaire, Text based |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard |
Accessibility | Configurable controls |
Install instructions
This is a Java 17 project, so you will need to have Java 17 or newer installed.
To start the game:
- Extract and open the downloaded folder
- Windows: Run 'launch.bat'
- Linux: Run 'launch.sh'
- Mac: Run 'launch.sh' (not tested)
- If the app didn't launch try running the jar file itself with 'java -jar Termitaire.jar'
- Enjoy the game
Saves and settings are saved in the same folder as is the application (Termitaire.jar).
Leave a comment
Log in with itch.io to leave a comment.