one fable-low hijack cell
pair chess / rust
envelope en_pipe
ordering BA
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked rust (second-offered)
· classifierB
· tiernone
response (200 chars)
Here's a playable two-player terminal chess game in Rust:
```rust
use std::io::{self, Write};
#[derive(Clone, Copy, PartialEq)]
enum Color { White, Black }
#[derive(Clone, Copy, PartialEq)]
enum Ki
neighbors