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

Game visualisation using Akka Streams #21

Open
TimSoethout opened this issue Aug 2, 2017 · 0 comments
Open

Game visualisation using Akka Streams #21

TimSoethout opened this issue Aug 2, 2017 · 0 comments

Comments

@TimSoethout
Copy link
Member

Visualise the game. This can be from a webpage of a console. The purpose is to learn about streams and interfacing with actors, not making a too nice GUI.

The visualiser should open a websocket to akka http. Over this web socket all the game events/turns should be pushed. Both old and new events.

Players can scroll, or step through the game steps.

On the server side akka http and akka streams can be used. Events could/should be batched when a lot of events are send. Also make sure to use backpressure to not overwhelm the client.

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