Replies: 2 comments 2 replies
|
Netplay. It’s already working, but it needs further optimization: fishfolk/jumpy#790 |
2 replies
|
Yeah, like @erlend-sh said, netplay is working in Jumpy, but it hasn't been standardized in bones yet, so if you are making your own game on bones, you have to setup the networking yourself. The idea is that once we can we are going to start moving core pieces of Jumpy that work into a |
0 replies
Answer selected by
erlend-sh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, like @erlend-sh said, netplay is working in Jumpy, but it hasn't been standardized in bones yet, so if you are making your own game on bones, you have to setup the networking yourself.
The idea is that once we can we are going to start moving core pieces of Jumpy that work into a
bones_appframework to help cover common use-cases like localization, networking, etc. for Bones + Bevy games.