Skip to content

sdemingo/gambit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gambit

A client to play chess in your terminal. All this work are inspired and based in the original gambit from Maas Lalani. I get it and build gambitsrv, a simple server in Go to manage chess games between human players. Gambit is specially designed to work on a unix shared server (aka tilde or similar)


Terminal chess


Move

There are two ways to move in gambit:

  • Type out the square the piece you want to move is on, then type out the square to which you want to move the piece.
  • With the mouse, click on the target piece and target square.

Play

You can create a new a game by running:

gambit 

Then, you get the game id from the server. You should comunicate it to the other player. If the game has been created by other player, you can join with:

gambit -g <id-of-game>

You can press ctrl+f to flip the board to give a better perspective for the second player.

Other options

  • -u: Use a name in the game. By default gambit use your login name
  • -p: Use a different port to connect to gambitsrv. By default it uses 22022
  • -h: Show the help

About

A client app to play chess in your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%