Skip to content

aymanbagabas/gambit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gambit

Chess board in your terminal.


Terminal chess


Installation

go install github.com/maaslalani/gambit@latest

or run from source

git clone github.com/maaslalani/gambit
go run ./...

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 play a game by running:

gambit

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

Future

In the future, gambit will support:

  • networked play, where two players can run gabmit unique-room-id and play together through peer-to-peer communication.

  • Single player games, by adding a chess engine

About

Play chess in your terminal

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%