Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust repeater with local runner integration #124

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 21, 2019

  1. Rust repeater with local runner integration

    Introduced as replacement for Repeater
    (https://russianaicup.ru/p/repeater) to use for Rust-only strategies.
    The idea is to read stdin with game log and communicate with local
    runner in the same time. Local runner data is ignored. Instead stdin
    line is used. Strategy output action is ignored. Default action sends
    to local runner. So local runner will not show any activity, but one
    could use custom rendering to visualize in schematic view any data.
    
    Usage example:
    local_runner/codeball2018 --p2 empty &
    target/release/repeater elsid < game.log
    elsid committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    b90dfca View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    424b1d1 View commit details
    Browse the repository at this point in the history