Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 901 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 901 Bytes

Lang en Lang es

Table of contents

About the project

A Rock Paper Scissors game against... Goku?!
Written in Python 3.11.9.

Usage

  • Choose between 1, 2 or 3, equivalent to Rock, Paper and Scissors to play the game.
  • You and kid Goku will start with 100 life points, if any of you get hit (lose in Rock, Paper, Scissors) you will lose 20 points of life. You can change both max life and hit damage in the constants.py file.
  • If you end up with 0 life points, you lose. Otherwise, you win.
  • This game will keep track of victories in the current session.