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
2022-01-31 08:29:18 -05:00
board feat: ability to flip board 2022-01-31 08:29:18 -05:00
border border_test 2021-12-25 23:13:58 -05:00
fen comment cleanup 2021-12-24 20:55:53 -05:00
game feat: ability to flip board 2022-01-31 08:29:18 -05:00
moves comment cleanup 2021-12-24 20:55:53 -05:00
pieces comment cleanup 2021-12-24 20:55:53 -05:00
position comment cleanup 2021-12-24 20:55:53 -05:00
square comment cleanup 2021-12-24 20:55:53 -05:00
style border_test 2021-12-25 23:13:58 -05:00
chess.gif new gif 2021-12-24 18:02:25 -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 up 2021-12-24 18:58:20 -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.