install the deb package: mines_0.6.0_amd64.deb
Install the package from the AUR using an AUR helper like yay:
yay -S mines-tui
- Movement:
hjkl or ←↓↑→
- Place flag:
f
- Open tile:
s
- Quit:
q
- Emphasize neighboring cells
e
- install dependencies
make
make install
(If linking fails, consider replacing -lncursesw
with -lncurses
in the Makefile
)
- libncurses-devel
This project was my playground to learn C, so don't expect the cleanest code or the most optimized solutions. I might have done things differently if I had to redo it! If you're keen to chip in, feel free to send over your ideas or pull requests