Single-Player Game Without Server #346
Unanswered
i-jared
asked this question in
Help Wanted!
Replies: 1 comment
-
Unless I understand you incorrectly. You're going to need any kind of server in order to achieve multiplayer. This package only provides an API to interact with React and the web browser. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As I'm trying to release my 2d single player unity game using this package, I've read a lot about web servers. Is it possible to keep the game entirely locally contained on my website? Or do I need a separate server that it sends http requests to as I play?
I'd like to release the game in such a way that it doesn't need to make any http requests. Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions