Andriamanitra / coctus

Command line tool for playing Clash of Code locally
MIT License
4 stars 2 forks source link
clash-of-code cli codingame command-line rust

CoCtus   Latest Version Docs Build Status

Command line tool that allows you to play Clash of Code style problems locally on your computer.

Demo

[![coctus demo](https://github.com/Andriamanitra/coctus/assets/10672443/518bb6ca-6059-4866-a69a-e381aa31cc82)](https://asciinema.org/a/656708)

Usage

Detailed user guide is available in the wiki.

Installation

The program has only been tested on Linux and Windows. Other platforms may or may not work!

(Option 1) Install latest release from crates.io

$ cargo install coctus

(Option 2) Download latest release as a pre-built executable

Download the latest binary for your operating system from releases and extract it somewhere on your $PATH.

(Option 3) Build from source (recommended for developers)

This method requires git and a relatively recent (1.74.1+) version of the Rust toolchain.

$ git clone https://github.com/Andriamanitra/coctus
$ cargo install --path=.

Contributing

Use Github issues for bug reports and features requests. Pull requests are also welcome, but please open an issue beforehand to discuss bigger changes.