We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The backend needs to receive, parse, and respond to messages. It also needs to package events and deliver them to the front end.
I think there should be a Message Manager in the backend which:
The text was updated successfully, but these errors were encountered:
#20, #30 Add Manager struct to account for agents and their colors
e6e1933
#20/#30 Create initial struct system for managing agents, start parsi…
f2c441d
…ng messages in package
#24 Make communication between frontend and backend a little better
a0a42bb
#30 Keep track of agents status
No branches or pull requests
The backend needs to receive, parse, and respond to messages. It also needs to package events and deliver them to the front end.
I think there should be a Message Manager in the backend which:
The text was updated successfully, but these errors were encountered: