darozak / Advolition

1 stars 0 forks source link

Display the movements of multiple robots #22

Closed darozak closed 7 months ago

darozak commented 7 months ago

I need to fix the graphics display so that it supports the movements of multiple robots on one map.

darozak commented 7 months ago

I made it so that multiple robots can be loaded into the game and there positions are rendered on one map (https://github.com/darozak/Advolition/commit/b561675c33115740c0ee4b3fd2f93797f414627d). However, I think it might be more interesting each robot is plotted in the center of it's own map with it's name and stats displayed below. I'm going to work in this.

darozak commented 7 months ago

I updated the code so that each robot has its own map that places them in the center of the map and shows what they can see on their scanner (https://github.com/darozak/Advolition/commit/2e4b530de10f2b448cc39c8f6f7bcf1a00f37e91).

Next, I need to figure out how to add text below each map that provides key stats for each of the robots.

darozak commented 7 months ago

Easily done. The screen now shows robot stats under each of the scan maps (https://github.com/darozak/Advolition/commit/ba2e1a7020a21b87527435cfc71fca97456cd351).