tannerkrewson / rocketcrab

party games for phones
https://rocketcrab.com
MIT License
236 stars 17 forks source link

Lies Game #39

Open tannerkrewson opened 4 years ago

tannerkrewson commented 4 years ago

I tried my hand at writing a getJoinGameUrl for liesgame.com. I was able to get your server to generate a room code with an api call and a few websocket messages, but the game code doesn't seem to work when i send https://liesgame.com/game/eywb to the iframes 😄

Oisin-M commented 3 years ago

I had a look at this too and from the look of things to join you have to send a post request with a payload data: {op: "joinRoom", roomCode: "eywb"} to https://us-central1-believable-lies.cloudfunctions.net/prodGame

Perhaps the option to specify a join method instead of just a join url for each game might be worth doing?