https://github.com/gmerczi/higherlowergame
Just a game I made on my own as part of a course Iām doing. Still figuring stuff out, but hey ā it runs! š
https://github.com/gmerczi/higherlowergame
begginer course-project game learning programming project python
Last synced: 9 months ago
JSON representation
Just a game I made on my own as part of a course Iām doing. Still figuring stuff out, but hey ā it runs! š
- Host: GitHub
- URL: https://github.com/gmerczi/higherlowergame
- Owner: Gmerczi
- Created: 2025-04-08T14:56:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-08T15:19:14.000Z (9 months ago)
- Last Synced: 2025-04-08T16:27:50.859Z (9 months ago)
- Topics: begginer, course-project, game, learning, programming, project, python
- 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
# Higher Lower Game
A simple Python project where you guess who has more followers. I built it from scratch as part of a programming course.
It's made up of three files and doesn't use any external libraries.
## Files
- `HigherLower.py` ā main game logic
- `asciiart.py` ā ASCII art used in the game
- `data.py` ā list of data entries for comparison
### How to run
Make sure you have Python 3 installed. Then run: