Skip to content

A database built apon cmbr - Chess move binary representation (WIP)

License

Notifications You must be signed in to change notification settings

CMBRDB/libcmbrcc

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8af81d0 · Oct 11, 2024

History

87 Commits
Jun 28, 2024
Jul 7, 2024
Jul 10, 2024
Oct 11, 2024
Jul 5, 2024
Aug 17, 2024
Jun 15, 2024
Jul 7, 2024
Oct 8, 2024
Aug 17, 2024
Jun 11, 2024
Jul 7, 2024
Oct 8, 2024
Oct 8, 2024
Jul 6, 2024
Oct 8, 2024

Repository files navigation

CMBR

Table Of Contents

CMBR - Chess Move Binary Representation (WIP)

Building

For release builds

cargo build --release

For development builds

cargo build

Usage

For usage run

cmbrcc help

or

cargo run -- help

Contributing

To contribute fork the repo, do your changes and submit a PR. Make sure that your PR passes make check. View issues tagged with "good first issue" for stuff to-do. If your PR tries to tackle with performance, please include a simple benchmark/profile, showing your results.

Documentation

The documentation (WIP/Unfinished) is provided as a markdown file

License

The software is distributed under the GPL-3.0 License

Contributors