Commit graph

7 commits

Author SHA1 Message Date
43588c0e4b Fix world spawning and radar
Also expand test coverage a little to ensure it's correct
2020-06-08 23:32:52 +01:00
175c66cddf Remove tests on spawn world for empty tiles 2020-06-07 23:19:57 +01:00
e82fb3dbfe Pepper the world with rocks 2020-06-07 22:36:11 +01:00
3781a4d10d Spawn a border around the world atlas for now
Also spawn the rover within a single chunk in the middle
2020-06-07 18:57:44 +01:00
cb725c96d2 Rename Kind -> Tile 2020-06-07 18:38:46 +01:00
289bab2a7a Refactor atlas creation and growth
Pass in the real size and grow itself rather than return a new one
2020-06-07 18:36:00 +01:00
ceca4eb7fa Refactor the Tile to a full Atlas
This atlas is a set of chunks and supports resizing
2020-06-07 18:08:34 +01:00