albodin / SpacePirates-CS300-Fall2019

MIT License
0 stars 1 forks source link

Celestial Map #11

Closed Tattomoosa closed 4 years ago

Tattomoosa commented 4 years ago

As a player, I want to see all the cells in the game map I have visited and what is located in each cell upon request, so I can plan my next moves.

Tattomoosa commented 4 years ago

Prototype done. (~6 hours?)

The map is a bit messy but it all works. Visibility display kind of works but we can change the implementation from mine if we want and it shouldn't be much trouble.

TODO

Update

I did the lazy update thing while making this post since it wound up being pretty easy. updateCelestialMap() will have to be called from anything expecting the map to change on it's account. This is already done for camera movement and character movement.

Tattomoosa commented 4 years ago

Artifacts of three kinds (asteroid, planet, space station) are now visible on Celestial Map. The User Story is complete.