Skip to content
New issue

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

Make a moving agent, dispatched from the backend #25

Open
emgrasmeder opened this issue Nov 13, 2017 · 0 comments
Open

Make a moving agent, dispatched from the backend #25

emgrasmeder opened this issue Nov 13, 2017 · 0 comments

Comments

@emgrasmeder
Copy link
Owner

To prove that the backend actually connects to the front end, I want to implement some basic "agent", to move beyond the concept of just a cell.

This might also introduce the concept of "periods" or "time activations", but it probably won't need to be too robust.

The idea is that at time t=0, cell 0 is "activated", meaning it turns a certain color (anything but white).
At time t=1, cell 0 goes white, and cell 1 "activates" to a non-white color, and this continues until we all the cells have been activated and deactivated in sequence. The color and timing will be sent in messages by the backend, and the whole sequence will be kicked off by a single button click.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant