Begin project, basic README & placeholder crates
This commit is contained in:
5
README.md
Normal file
5
README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Pong with networked multiplayer
|
||||
|
||||
I'm making Pong using Bevy. The multiplayer is to be done over Websockets so that I can eventually make a WASM build and host it entirely on the web.
|
||||
|
||||
The repo contains a [Cargo Workspace](https://doc.rust-lang.org/cargo/reference/workspaces.html) which controls the server and client binaries.
|
||||
Reference in New Issue
Block a user