Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmathsphys/simulation-rock-paper-scissors
Tournament style simulation of the game of rock, paper, and scissors.
https://github.com/rmathsphys/simulation-rock-paper-scissors
game python simulation
Last synced: 1 day ago
JSON representation
Tournament style simulation of the game of rock, paper, and scissors.
- Host: GitHub
- URL: https://github.com/rmathsphys/simulation-rock-paper-scissors
- Owner: rmathsphys
- License: mit
- Created: 2023-01-18T18:36:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T12:48:57.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T09:15:18.639Z (about 2 months ago)
- Topics: game, python, simulation
- Language: Python
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simulation: Rock, Paper, And Scissors
A tournament style simulation of the game of rock, paper, and scissors. Fairly rudimentary currently. Implemented in python, using `matplotlib` and `numpy`.
#### Usage.
Simply run the `main.py` file.