Skip to content

Ivon-Martinez/RockPaperScissors_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

RockPaperScissors_Python

A Rock, Paper, Scissors game implemented in Python. Play against the computer, track scores, and save your results to a file. This game runs entirely in the command line and does not have a graphical user interface.

How to Play

Run the game: client.py

Enter your choice:

R for Rock

P for Paper

S for Scissors

The game displays the winner and current scores.

Choose whether to play again (yes/no).

After exiting, the game summary is saved to scoreboard.txt.

Features

Interactive command-line interface.

Tracks user and computer scores.

Saves results to a text file.

Modular design for easy extension.

Requirements

Python 3.x

About

Rock, Paper, Scissors game built with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages