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

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! šŸ˜…

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: