Ellzord / JALSE

Java Artificial Life Simulation Engine
https://ellzord.github.io/JALSE
Apache License 2.0
139 stars 24 forks source link

Remote JALSE implementation #10

Closed Ellzord closed 9 years ago

Ellzord commented 9 years ago

Build remote client/server JALSE. EntityFactory and ActionEngine can be implemented to achieve this.

Lag should be taken into account (estimation of attribute changes and dead reckoning). There should be visibility code for attributes (broadcast policy).

Maybe one project per implementation.

Ellzord commented 9 years ago

Local listeners would be helpful for tracking changes on an EntityContainer