mirror of
https://github.com/maaslalani/gambit.git
synced 2024-11-24 08:22:12 +02:00
Play chess in your terminal
board | ||
border | ||
fen | ||
game | ||
moves | ||
pieces | ||
position | ||
square | ||
style | ||
chess.gif | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
Gambit
Chess board in your terminal.
Move
You may use the mouse to move your pieces. You may also type out the square the piece you want to move is on followed by the square to which you want to move the piece.
Players
gambit
supports local and networked play. You can play a
local game by running gambit
and moving the pieces. You
can flip the board by pressing ctrl+f to allow
the second player to go.
For networked play (not available yet), both players can
run gambit unique-room-id
, this will connect both players
to a shared room in which both can take turns making moves.