1
0
mirror of https://github.com/maaslalani/gambit.git synced 2024-12-28 21:08:58 +02:00
Play chess in your terminal
Go to file
Maas Lalani 044a48b66e
use new
2021-12-22 23:26:07 -05:00
board use new 2021-12-22 23:26:07 -05:00
game selected 2021-12-22 23:08:41 -05:00
piece clean up pieces 2021-12-22 23:23:55 -05:00
position mouse 2021-12-22 14:03:57 -05:00
squares save 2021-12-22 12:14:07 -05:00
style selected 2021-12-22 23:08:41 -05:00
chess.gif doc: add gif 2021-12-01 21:01:36 -05:00
go.mod feat: add row and column labels 2021-11-26 23:49:43 -05:00
go.sum feat: add row and column labels 2021-11-26 23:49:43 -05:00
main.go save 2021-12-22 12:14:07 -05:00
README.md update readme 2021-12-22 14:32:11 -05:00

Gambit

Chess board in your terminal.


Terminal chess


Warning

gambit does not have a large number of features at the moment. I plan on adding a chess engine, mouse support, timers, networked play, game replays, etc...

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.

Like a real chess board, gambit supports illegal moves.

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.