Skip to content

aleksa2808/bevy-networked-platformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bevy-networked-platformer

Prototype game initially made for the first bevy-jam. The networking library used is crystalorb and its use was heavily inspired by the orbgame repo.

At the moment the basic game mechanics are in place. However, the networking part still needs work as the server keeps correcting the clients in a very intrusive manner, making them feel glitchy.

Running

Run the server:

cargo run --package platformer-server

Then run two clients:

cargo run --package platformer-client

About

Prototype 1v1 multiplayer platforming game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages