Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danpoynor/python-number-guessing-game
- Owner: danpoynor
- Created: 2022-06-21T18:57:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T18:10:53.000Z (over 2 years ago)
- Last Synced: 2023-03-06T09:01:49.559Z (over 1 year ago)
- Topics: console-application, demo, game, number-guessing-game, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)