Conquer Chess: Battle for Liberty

April 10, 2026 ยท View on GitHub

BranchGitHub Actions logoCodecov logo
mainCheck buildcodecov
developCheck buildcodecov
  • Windows build: Build status

Chess variant.

Files used by continuous integration scripts

FilenameDescription
.appveyor.ymlAppVeyor script that builds the Windows executable
.appveyor.ymlAppVeyor script that builds the Windows executable
.editorconfigEditor configuration file, unsure if it is applied anywhere
.markdownlint.jsoncConfiguration of the Markdown linter, use markdownlint "**/*.md" to do Markdown linting locally. The name of this file is a default name.
.markdownlintignoreFiles ignored by the Markdown linter, use markdownlint "**/*.md" to do Markdown linting locally. The name of this file is a default name.
.wordlist.txtWhitelisted words for the spell checker, use pyspelling -c .spellcheck.yml to do spell check locally
CMakeLists.txtCMake file for the Windows build
codecov.ymlCodecov settings
cpp_code_styleC++ code style file, unsure if it is applied anywhere
DoxyfileDoxygen documentation file
game.priConquer Chess project include file
game.proConquer Chess project file
mkdocs.ymlConquer Chess MkDocs website settings
mlc_config.jsonConfiguration of the link checker, use markdown-link-check --config mlc_config.json --quiet docs/**/*.md to do link checking locally
qt_quick_style.xmlC++ code style file, unsure if it is applied anywhere
requirements.txtConquer Chess MkDocs website requirements file
vcpkg.jsonWindows build package manager configuration file