Skip to content
#

classic

Here are 45 public repositories matching this topic...

This is a classic "Rock, Paper, Scissors" game with some ASCII aesthetics. After the welcome message, the game asks you to choose between the three choices. Then it let the computer choose its choice. The yours and the computer's choices are compared, a message appears to let you know the result, then the game asks if you want to play it again. …

  • Updated Jan 20, 2022
  • Python

This is a simple classic "Head or Tail" guessing game with Python. The user guess the result of or coin toss by typing "Head" or "Tail" as an input. The computer then shows the result. The user's input is then compared against the result to check if the player wins or loses. This game also gives summary about how many games the player has played…

  • Updated Jan 21, 2022
  • Python

Improve this page

Add a description, image, and links to the classic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the classic topic, visit your repo's landing page and select "manage topics."

Learn more