Skip to content

whelanh/go-chess-xfcc

 
 

Repository files navigation

go-chess-xfcc

Golang support for XML web services for correspondence chess.

Configuration

Create a configuration file to you home directory:

mkdir -p "${HOME}/.config/go-chess-xfcc"

and a file named go-chess-xfcc.xml with contents:

<configuration>
	<user>REPLACE_WITH_YOUR_USERNAME</user>
	<password>REPLACE_WITH_YOUR_PASSWORD</password>
</configuration>

ICCF

International Correspondence Chess Federation supports XFCC. For practical examples see

Syzygy tables

Lichess API

About

Golang library for correspondence chess XFCC protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.4%
  • Makefile 0.6%