sirpent-team / sirpent-rust

A multiplayer snake server to test the bounds of Rust Futures.
https://sirpent-team.github.io/sirpent-rust/
Apache License 2.0
7 stars 0 forks source link

Web visualiser. #32

Open 46bit opened 7 years ago

46bit commented 7 years ago

sirpent-go had a web visualiser that displayed ongoing matches. The HTML/JavaScript is here. Get that working for sirpent-rust.

46bit commented 7 years ago

@Taneb has suggested putting the visualiser on a demo AI (#6) written in Go(lang). This has the potential for a minimum amount of work to be done. Once that's done we can implement Spectators (#31) very simply on top, splitting the demo AI into a demo AI and a visualiser - both written in Go.