https://github.com/guslovesmath/quickgames
Some small quick games
https://github.com/guslovesmath/quickgames
Last synced: 5 months ago
JSON representation
Some small quick games
- Host: GitHub
- URL: https://github.com/guslovesmath/quickgames
- Owner: GusLovesMath
- Created: 2022-07-26T19:53:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T15:27:51.000Z (over 3 years ago)
- Last Synced: 2025-01-21T15:15:45.099Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Some random small games I made.
DICE ROLL
Code I wrote that takes in m dice and rolls them m times.
It can return a list of all the rolls, frequency of the values rolled, and a histogram.
GUESS NUMBER
A small game, just guess the number!
RANDOM WALK
Code similar to DICE ROLL but is based on a random step of either moving forward or backward.
If you found this helpful please give credit to Math & Physics Fun with Gus.
Thank you.