1
0
mirror of https://github.com/maaslalani/gambit.git synced 2024-11-28 08:38:36 +02:00
Play chess in your terminal
Go to file
2021-12-24 17:44:57 -05:00
board packages 2021-12-24 15:57:54 -05:00
border cleanup 2021-12-24 17:31:25 -05:00
fen fen 2021-12-24 16:42:13 -05:00
game cleanup 2021-12-24 17:31:25 -05:00
pieces cleanup 2021-12-24 17:31:25 -05:00
position cleanup 2021-12-24 17:31:25 -05:00
square cleanup 2021-12-24 17:31:25 -05:00
style cleanup 2021-12-24 17:31:25 -05:00
chess.gif doc: add gif 2021-12-01 21:01:36 -05:00
go.mod tidy 2021-12-24 14:13:21 -05:00
go.sum holy shit 2021-12-24 12:55:46 -05:00
main.go clean 2021-12-24 16:38:15 -05:00
README.md fairly usable 2021-12-24 17:44:57 -05:00

Gambit

Chess board in your terminal.


Terminal chess


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.