1
0
mirror of https://github.com/maaslalani/gambit.git synced 2024-11-24 08:22:12 +02:00
Play chess in your terminal
Go to file
2021-12-22 00:12:43 -05:00
board small cleanup 2021-12-21 23:53:35 -05:00
color no type no color 2021-12-22 00:12:43 -05:00
game scaffold 2021-12-21 17:57:16 -05:00
piece no type no color 2021-12-22 00:12:43 -05:00
position small cleanup 2021-12-21 23:53:35 -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 scaffold 2021-12-21 17:57:16 -05:00
README.md doc: add future plans 2021-12-01 21:19:27 -05:00

Gambit

Chess board in your terminal.


Terminal chess


Warning

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

Move

Suppose you want to open as white with Pawn E4. You will first select the square with the piece you want to move by typing E2, then type the square of the desired end position E4.

Just like a real chess board, gambit currently supports illegal moves. This will likely change in the future.

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.