Lux-AI-Challenge / Lux-Design-S1

Home to the design and engine of the @Lux-AI-Challenge Season 1, hosted on @kaggle
https://lux-ai.org/
Apache License 2.0
897 stars 152 forks source link

Add text annotation tool #65

Closed StoneT2000 closed 3 years ago

StoneT2000 commented 3 years ago

Let user annotate onto the game with text. There are two places. Putting text into the map, syntax then could be

text(x, y, message, fontsize)

There could also be text on the side, syntax could be

sidetext(message)

This would be on the side in a two column thing

holypegasus commented 3 years ago

70 - endpoints added in engine & kits code. Completion pending visualizer update.