Andriamanitra / coctus

Command line tool for playing clashes and I/O puzzles from CodinGame locally
MIT License
4 stars 2 forks source link

Add a way to play reverse mode #15

Closed Andriamanitra closed 7 months ago

Andriamanitra commented 8 months ago

As much as I personally hate reverse mode there should still be some way to play them specifically. I'm unsure what the CLI for this should look like, maybe clash show --reverse which skips printing the statement (and maybe prints a warning if the current clash is not marked as reverse)?

Andriamanitra commented 8 months ago

24 added logic for printing reverse mode clashes (used by default when it's the only enabled mode) but a CLI interface is still needed to access reverse mode in clashes that have other modes enabled.