11 lines
280 B
Markdown
11 lines
280 B
Markdown
# unixchesscollection
|
|
UCC - A POSIX chess game that adheres to the Unix philosophy
|
|
Don't expect much just yet.
|
|
Roadmap (in order):
|
|
* JSON interpreter read support
|
|
* Rendering chess game JSON files
|
|
* Move validation
|
|
* JSON interpreter write support
|
|
* Move writing
|
|
* Wrapper script
|