Skip to content

paul-hansen/bevy_multiplayer_template

Repository files navigation

Bevy Multiplayer Template

This is a template for kicking off a multiplayer game in bevy using bevy_replicon

Using this template

Use cargo-generate to generate a project from this template. It will ask you questions that will be used to populate the variables in this template.

cargo generate paul-hansen/bevy_multiplayer_template

You can then run it using cargo run -- host and in a separate terminal cargo run -- join. Or if you want to run both with one command, you can use the included Makefile.toml with cargo-make:

cargo make run-two

Goals / TODO

  • Basic client and server connecting
  • Protocol ID generation from crate name and version
  • Optional bevy_egui_inspector support
  • Wasm Support
  • CI in generated project
  • CI for this project
  • bevy_enhanced_input support
  • leafwing_input_manger support
  • Introductory documentation
  • Steamworks integration

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Template for making multiplayer games using the Bevy game engine

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks