A match-three game for the terminal.
- Endless and limited moves modes
- Different "symbol sets" - emojis, shapes, letters and numbers
- Show hint (show a possible move)
- Note: Showing the hint will score no points for that move
Download the latest binary for your OS and architecture from the releases page. Simply extract and run it; no installation needed.
- Extract the zip archive.
- Navigate into the folder where you extracted the files.
- Run
match-three-game.exe
.
Extract the tar.gz archive using a GUI tool or the command line, e.g.:
tar -xvzf match-three-game_0.1.0_linux_x86_64.tar.gz --one-top-level
Navigate into the folder where you extracted the files, e.g.:
cd match-three-game_0.1.0_linux_x86_64/
Run the program:
./match-three-game
When running the program on macOS for the first time you may get an error saying the app can't be opened as it's from an unidentified developer. You can bypass the error as follows:
- Locate the
match-three-game
binary in Finder. - Control-click the binary, then select Open from the menu.
- Click Open in the dialog.
This only needs to be done once - in future you can open the app as normal by double-clicking on it.
For more info, please see this help page on the Apple website.
If using Linux or macOS (with Snap installed), you can install via Snap using either the desktop store or the command line:
sudo snap install ruben-match-three-game
Run the game using the following command:
ruben-match-three-game
- Add ability to choose number of symbols (fewer symbols would make the game easier)
- Possible other game modes
- "Clear the board" mode - symbols don't get replenished; game continues until grid is cleared
- "Bubble" match mode - you can match three or more adjacent symbols in any shape (not necessarily in a row or column as it is currently)
- Timed mode
- High scores (just locally) (?)
- Homebrew and/or Scoop packages (?)