https://github.com/squidkid-deluxe/8-ball
Simple ASCII magic 8-Ball
https://github.com/squidkid-deluxe/8-ball
ascii-art ascii-game magic-8-ball python3
Last synced: 3 months ago
JSON representation
Simple ASCII magic 8-Ball
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/8-ball
- Owner: squidKid-deluxe
- Created: 2020-06-30T14:21:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T23:10:54.000Z (over 3 years ago)
- Last Synced: 2025-01-14T11:02:43.130Z (4 months ago)
- Topics: ascii-art, ascii-game, magic-8-ball, python3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magic Ball
This is a simple script, just over 100 lines of code, that imatates the classic Magic 8-Ball.
## Dependences:
- magic_ball.py:
- python >= 3.6
- random (standard python module, no need to install)