pinch-points 0.1.0

A fast, kid-friendly crab-routing game: route streams of crabs into your sandcastle before the tide comes in
Documentation
1
2
3
4
5
6
//! Pinch Points. Currently boots straight into the Tide Pool puzzle campaign
//! (spec ยง5.1); mode select arrives with later milestones.

fn main() {
    pinch_points::app::run();
}