1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2025-02-02 15:07:27 -05:00
This commit is contained in:
Your Name 2021-04-17 01:48:06 +04:30
parent 2882f9b0ab
commit 58e0592cda

View File

@ -28,7 +28,7 @@ The games include:
* Miketron * Miketron
* Redsquare (Conway's Game of Life made playable!) * Redsquare (Conway's Game of Life made playable!)
* Darrt (with original gameplay!) * Darrt (with original gameplay!)
* Snakeduel
The difficulty and/or dimensions are adjustable through simple command line options, you can play a minesweeper game that take hours to complete, or exprience hexadecimal sudoku and 8x8 fifteen-like puzzles! The difficulty and/or dimensions are adjustable through simple command line options, you can play a minesweeper game that take hours to complete, or exprience hexadecimal sudoku and 8x8 fifteen-like puzzles!
Play on xterm for best experience. Play on xterm for best experience.
@ -59,8 +59,8 @@ Like this:
``` sh ``` sh
git clone https://github.com/abakh/nbsdgames git clone https://github.com/abakh/nbsdgames
cd ./nbsdgames cd ./nbsdgames
export PREFIX= ~/bin make
make install sudo make install # or use the binaries already compiled
``` ```
## Packages ## Packages
Also, If you are on a debian-based OS on a 64-bit PC you can download the deb package and simply install it with dpkg or apt. Also, If you are on a debian-based OS on a 64-bit PC you can download the deb package and simply install it with dpkg or apt.