Abdulmujeeb Raji
a1f6d8fe7f
As of right now, we don't actually do anything with the token. But at
least we're actually able to get it. 😅
Caveats in implementation:
- UI now needs a pointer to player
- .env is now required for server auth (mentioned in README.md)
|
||
---|---|---|
.. | ||
assets/fonts | ||
player | ||
server | ||
ui | ||
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
Frontend Usage
You must create a .env
file in the same folder as your game executable, with
BACKEND_URL
being a valid URL to a server running the game server.
Note that this isn't necessary if you're playing in a browser or using a download
from itch.io