Skip to content

A rock paper scissors game implemented with Python3 and pygame.

License

Notifications You must be signed in to change notification settings

Hvaheterdu/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock paper scissors

This is a simple rock-paper-scissors game between a player and the computer.

Prerequisite

This game has been written with Python3 and requires the pygame module.

If you haven't installed the module, you can using pip

$ pip install pygame

How to run

Download/Clone the repo and enter the root folder.

Start the game with

$ python src/main.py

GUI

The GUI is simple and straightforward.

When you start the game, you are greeted with a "home screen"

The image below shows how the game looks during play.

About

A rock paper scissors game implemented with Python3 and pygame.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages