Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkx8326/simple_higherlower_game_with_python
This repository contains a simple set of code for a simple version of the HigherLower game.
https://github.com/pkx8326/simple_higherlower_game_with_python
game higher-lower higher-lower-game python
Last synced: 1 day ago
JSON representation
This repository contains a simple set of code for a simple version of the HigherLower game.
- Host: GitHub
- URL: https://github.com/pkx8326/simple_higherlower_game_with_python
- Owner: pkx8326
- Created: 2022-02-21T05:19:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T14:59:48.000Z (over 2 years ago)
- Last Synced: 2024-01-08T11:17:47.789Z (10 months ago)
- Topics: game, higher-lower, higher-lower-game, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple_HigherLower_Game_with_Python
This repository contains a simple set of code for a simple version of the HigherLower game. The game rule is very simple:
- The player will be presented with 2 social media influencers.
- The player will then guess which account has more follower.
- If right, the player will be rewarded 1 point and the question will move on in a manner of a conveyer belt:
- The first social media account disappears, the second account in the first comparison becomes the first in the second comparison, a new 'third' account appears and so on.
- If the player guesses wrong, the game stops, the score is displayed.
- If the game runs out of social media account in its data repository, the game stops, the score is displayed.
- The player can choose whether to play it again.This simple game was inspired by an online lesson by Angela Yu '100 Days of Code: The Complete Python Pro Bootcamp for 2022' offered on Udemy. You can check out the code from this link: https://www.udemy.com/course/100-days-of-code/
The ASCII art in the game can be found here: https://replit.com/@appbrewery/higher-lower-final#art.py
This particular lesson also refers to the original 'HigherLower' that you can check out here: http://www.higherlowergame.com/
The following screenshot is an example of the code result:
![image](https://user-images.githubusercontent.com/65524471/154894853-30dc1936-4fb2-4142-98f5-bd74778f6727.png)