-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kk simplify setup #2
base: main
Are you sure you want to change the base?
Conversation
README.md
Outdated
- Host a game with `python client.py --host --name <your name> --time_limit <time_limit (s)>` | ||
- Bring in your `submission.py` from the assignment. | ||
- Optionally, modify variables in client_config.py | ||
- Change the name/import of your bot **if** it's something other than `CustomBot` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CustomPlayer?
- `--num_rounds <num_rounds>`: If set, the game will play N rounds of the game with the same settings | ||
- `--player_to_use <player_namee>`: If set, the game will use the player set in client_config.py with that name, instead of the DEFAULT_PLAYER_CLASS | ||
- Join a game with `python client.py --join --name <name> --game_id <game_id>` | ||
<details> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't showing up in the markdown preview. Maybe use markdown syntax?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure you can make a collapsible section with just markdown syntax; I think html is required. We can revert to just a list without the collapse/expand. You can also see the result in the main page of my branch
No description provided.