Skip to content
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

feat: allow specifying names of players #38

Merged
merged 1 commit into from
Aug 13, 2023
Merged

Conversation

AndrewADev
Copy link
Owner

We allow specifying both, though for now only Player 1's name is shown.

$ python ./rps-sim.py --games 5 --p1-name "Programmer"
Result: Programmer draws
Result: Programmer wins
Result: Programmer wins
Result: Programmer loses
Result: Programmer draws
Simulation finished.

We allow specifying both, though for now only Player 1's name is shown.
@AndrewADev AndrewADev marked this pull request as ready for review August 13, 2023 19:44
@AndrewADev AndrewADev merged commit c674c35 into main Aug 13, 2023
1 check passed
@AndrewADev AndrewADev deleted the feat/named-players branch August 13, 2023 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant