Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!