harofax
Results
2
comments of
harofax
> ``` > //map.rs > impl Algorithm2D for Map { > //snip > fn in_bounds(&self, pos: Point) -> bool { > pos.x < self.width && pos.y < self.height && pos.x...
Would love to use this @thapakazi, care to share? :innocent: