darozak / Advolition

1 stars 0 forks source link

Allow robots to say things via the graphic display. #24

Closed darozak closed 6 months ago

darozak commented 7 months ago

Create a simple command that allows robots to post messages on the graphic display.

darozak commented 6 months ago

Planning to make scrolling log that records significant events with time stamps.

darozak commented 6 months ago

Now displays combined robot activity logs in scrollable text area (https://github.com/darozak/Advolition/commit/5dac3c6a95512a372976d8baf75c86b974a33e84). However, I think it might look better if display a scrolling list of robot activities on the graphics canvas rather than in a separate text box with different font style and size.

darozak commented 6 months ago

Renders a robot specific activity log on the canvas (https://github.com/darozak/Advolition/commit/4ff29842451aa9bd63cd090e1d9ee17e6f49d043).

Next, I need to create an action that allows the robots to add text to the log.

darozak commented 6 months ago

Created action that allows robots to say things in the log (https://github.com/darozak/Advolition/commit/4af572f94dc124dbe51200bdb77cf0a3a50ab92c).

Closing this issue.