This repository was archived by the owner on Apr 30, 2024. It is now read-only.
-
I figured out how to add the API key and now I'm stumped on the part of the tutorial that says: "To play a game, provide the room code for a supported game as the first parameter on the command line." It doesn't make sense. I tried the built in terminal in VS Code and command prompt in the folders directory but can't figure out how to get it to join a game. |
Beta Was this translation helpful? Give feedback.
Answered by
tjhorner
Jul 21, 2023
Replies: 1 comment 1 reply
-
From the root of the repo, something like this would work: dotnet run --project=src -- ABCD Where ABCD is your room code |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Antologik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the root of the repo, something like this would work:
Where ABCD is your room code