1
0
Fork
You've already forked sshchess
0
Play chess with your friends in a terminal!
  • Go 99.7%
  • Makefile 0.3%
Find a file
2022年11月21日 17:17:42 -05:00
cmd fix account creation stalling 2022年11月21日 17:17:42 -05:00
doc add documentation 2022年09月29日 20:07:00 -04:00
lib fix checkmate 2022年11月10日 23:24:52 -05:00
.gitignore reorganized source tree 2022年09月11日 22:11:07 -04:00
go.mod make go version more forgiving 2022年09月29日 20:56:28 -04:00
go.sum make go version more forgiving 2022年09月29日 20:56:28 -04:00
LICENSE initial commit 2022年09月02日 18:01:52 -04:00
Makefile add documentation 2022年09月29日 20:07:00 -04:00
README add documentation 2022年09月29日 20:07:00 -04:00

sshchess
========
sshchess is a multiplayer chess game. The server and client run on the same
machine, so it's intended to be interfaced either through ssh or on a
public unix system.
installation
============
Installation can be done with
 make install
And uninstallation can be done with
 make uninstall
Or you can use the regular go tools directly.