IGLADI / Ethereal-Hyperspace-Battleships

8 stars 0 forks source link

Feat/radar #95

Closed LordTlasT closed 8 months ago

LordTlasT commented 8 months ago

Description[^1]

This makes /scan more visual by adding a pretty radar representation of players around.

Changed Radar to RadarModule in module.py and in the database

Added ui/pretty_radar.py with a 'Radar' class for printing a pretty radar

Added function to retrieve guild_name with discord_id, also added guild_name as an attribute in players

Removed showing locations on scan, should be a separate scan because will pollute info in /scan




[^1]: Description of the pull request. [^2]: Modifications, commands modified and explanation. [^3]: Files added, commands added and explanation. [^4]: Additional remarks (e. a. documentation needs to be updated)

LordTlasT commented 8 months ago

note: I need to implement a different scan that will return the neigbouring locations. But this could be made into a separate issue