Skip to content

This repository contains a simple set of code for a simple version of the HigherLower game.

Notifications You must be signed in to change notification settings

pkx8326/Simple_HigherLower_Game_with_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository contains a simple set of code for a simple version of the HigherLower game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages