Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gusgitmath/quickgames
Three small fun games in python.
https://github.com/gusgitmath/quickgames
Last synced: about 2 months ago
JSON representation
Three small fun games in python.
- Host: GitHub
- URL: https://github.com/gusgitmath/quickgames
- Owner: GusGitMath
- Created: 2024-08-29T15:02:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T15:04:14.000Z (4 months ago)
- Last Synced: 2024-08-29T16:46:40.601Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Small Games Collection
This repository contains a few small games I created for fun. Each game is simple, but they demonstrate some basic concepts in programming and randomization.
## Games Overview
### DICE ROLL
This program simulates rolling `m` dice `m` times. It provides the following features:
- **Roll Results:** Returns a list of all the rolls.
- **Frequency Analysis:** Shows the frequency of each value rolled.
- **Histogram:** Plots a histogram of the roll results.### GUESS THE NUMBER
A classic number guessing game. The objective is simple: guess the randomly generated number!
### RANDOM WALK
Similar in concept to the DICE ROLL, this program simulates a random walk. The walk consists of a series of steps where each step can either move forward or backward.
## Credits
If you find these games helpful or interesting, please consider giving credit to *Math & Physics Fun with Gus*.
Thank you for your support!