- cross-posted to:
- linux@lemmy.world
- cross-posted to:
- linux@lemmy.world
https://gitlab.com/christosangel/tui-mines
tui mines is evidently a text-based user interface implimentation of the classic mine sweeping puzzle game.
The user has to clear a board, square by square, flagging the squares suspected to hide mines on the way.
If the user opens a mine square, things go KABOOM! and the game is lost.
The user uses hints from the numbered squares. This numbers how many bombs are touching that square in every direction ( 8 in total).
Through logic, and a bit of luck, the player ends up clearing all the squares, while flagging all the mines.
Here is the solution just for you:
tui-mines/
directorysed -i 's/k|A/w|A/;s/h|D/a|D/;s/j|B/s|B/;s/l|C/d|C/' tui-mines.sh
Run the script
./tui-mines.sh
You can now play using lower case awsd.
Haven’t had the time to use my computer yet, but I will update you soon. ™️