Commit graph

7 commits

Author SHA1 Message Date
Alex Bethel 2dc915d210 Build dispatcher in systems.rs 2022-03-27 17:05:23 -06:00
Alex Bethel 763f4b7396 Set up discovery system 2022-03-27 16:56:23 -06:00
Alex Bethel 96525e24bf Represent positions with i32 rather than usize
Even though we can now represent the three empty negative quadrants,
it'll make the math simpler to implement so I figure there's no reason
not to do it.
2022-01-06 13:54:21 -06:00
Alex Bethel eeeeffba53 Movement code 2022-01-06 13:07:53 -06:00
Alex Bethel 42dc9a8625 Begin work on player control 2022-01-02 14:30:43 -06:00
Alex Bethel 54b9f2778c Appease Clippy 2022-01-02 13:17:17 -06:00
Alex Bethel 50024fa8fa Add ECS stuff 2022-01-02 12:56:42 -06:00