Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danpoynor/python-number-guessing-game

A number guessing game written in Python 3
https://github.com/danpoynor/python-number-guessing-game

console-application demo game number-guessing-game python3

Last synced: 1 day ago
JSON representation

A number guessing game written in Python 3

Awesome Lists containing this project

README

        

# Python Number Guessing Game

A number guessing game written in Python 3.

## Run the app

```bash
python3 app.py
```

NOTE: Python 3.10 was used to develop and test this app.

---

## Screenshot Showing Game Play States

Expand/Collapse

![dan-poynor-python-number-game-screenshot-of-playing-game](https://user-images.githubusercontent.com/764270/175317583-4d331009-c7d6-4850-9d6b-cb5f68f2aab3.png)