fishfolk / bones

An easy-to-use game engine for making real games.
https://fishfolk.org/development/bones/introduction/
Other
210 stars 20 forks source link

feat: add option to supply fixed secret key to the matchmaker #406

Closed dignifiedquire closed 3 months ago

dignifiedquire commented 3 months ago

Key can be passed in via BONES_MATCHMAKER_SECRET_KEY

To show the secret key when generating, you can pass --print-secret-key to the binary now

Closes #405

MaxCWhitehead commented 3 months ago

Seems to work great - thank you!