Skip to content

Trying out physics-based multiplayer using crystalorb and bevy

Notifications You must be signed in to change notification settings

vilcans/orbgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orbgame

I'm just to learn how to use crystalorb for networked multiplayer, using the Bevy engine.

Screenshot

Originally based on the example in the examples/demo folder in the crystalorb repo, but this version is not hardcoded for three players, but instead creates a new player ball whenever a player joins. Also, this version does not support wasm builds.

Building and running

You need to have Rust installed. Note that this project requires a nightly Rust build because crystalorb does, see the rust-toolchain file.

Run the server:

cargo run --package orbgame-server

Run a client:

cargo run --package orbgame-client

Steer the ball with the left and right arrow keys, and jump with the up arrow.

If you have just installed, you can also use the commands defined in Justfile:

just client

and

just server

The just commands also configure the logging levels, see Justfile.

About

Trying out physics-based multiplayer using crystalorb and bevy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages