CylonSB / bounded-planet

Test Game Please Ignore
6 stars 1 forks source link

Feature/client server demo #18

Closed martindevans closed 3 years ago

martindevans commented 3 years ago

Initial version of networking system.

On the client:

Server does all this, and also:

Note: This has not yet been fully tested due to fun with certificates.

martindevans commented 3 years ago

Latest commit has added an option to totally bypass certs and just accept anything as a valid cert. This means you can now test with:

cargo run --bin server -- --cert "./certs/cert.pem" --key "./certs/key.pem" cargo run --bin client -- --cert "./certs/cert.pem" --url "quic://localhost:4433" --accept_any

martindevans commented 3 years ago

Demo video: https://static.placeholder-software.co.uk/gallery/bounded-planet/2020-09-25_18-52-45.webm