Skip to content

Structure files for SWT Swiss Chess Tournament files

License

Notifications You must be signed in to change notification settings

jsonn/SWT-structure-files

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure files for SWT Swiss Chess Tournament files

This is a collection of files which describe the binary format of chess tournament files used by Swiss-Chess for Windows.

Supported SWT versions

Currently the following SWT version are supported:

The file format definitions for the different versions are placed into appropriate directories. For every change that is not backwards-compatible we add a new directory named as the lowest version for which this new definition file should be applied. If there is no file for a given version, the file of the next lower version should be used. In this way we only track breaking changes in the file format specification in this repository.

FAQ

Why don't you provide a parser instead of the structure files?

The aim of this project is to build a basis which can be used for parsers in different programming languages. Currently there is one for node.js and another written in PHP, both are using these structure files. Feel free to write another in your favorite language!

Why did you choose CSV to store the structure information?

CSV is a good standard to save the structure information because you can handle them in nearly every programming language very easily.

About

Structure files for SWT Swiss Chess Tournament files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published