Online Blockus Duo game in command line interface.
Latest prebuilt version could be find here
- Install
ncurseslibrarysudo apt update sudo apt install libncurses5-dev libncursesw5-dev
- Build
The binaries will be placed under
make
builddirectory.
- Start server first
./server -p [port]
- Client connect to server
Whenever two clients connected to the server, the match will be started.
./client -i [server ip] -p [port]
- Rule of Blokus Duo
- Use
h,j,k,lor<up>,<down>,<left>,<right>to navigate. Including tile selection and placement. - Press
<space>to select tile you want to use. - Navigate to the position that you want to place the tile.
- Press
qto reselect the tile. - Press
rto rotate the selected tile. - Press
mto mirror the selected tile. - Press
cto see opponent's remaining tiles. - Press
<space>to choose the position.
- Press
- Press
y,<enter>to confirm placement. Pressnto cancel placement. - The match will be continued until no tile could be placed onto the board.
- Press 'h' to get a hint if you don't know which tile you can use.
