Play chess with your friends in a terminal!
- Go 99.7%
- Makefile 0.3%
| cmd | fix account creation stalling | |
| doc | add documentation | |
| lib | fix checkmate | |
| .gitignore | reorganized source tree | |
| go.mod | make go version more forgiving | |
| go.sum | make go version more forgiving | |
| LICENSE | initial commit | |
| Makefile | add documentation | |
| README | add documentation | |
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.