Skip to content

valanm22/Rock-Paper-Scissors-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors-Simulation

This is my version of a post that I enjoyed on Reddit. Take a look at the post here.

Demo

Demo.MOV

Getting Started

Prerequisites

  • Python 3.3 or higher

Project setup

# cloning the repo
$ git https://github.com/valanm22/Rock-Paper-Scissors-Simulation.git
# move to the project folder
$ cd Rock-Paper-Scissors-Simulation

Activating virtual environment

# creating venv
$ python3 -m venv your_env_name
# activating the venv
$ your_env_name\Scripts\activate
# installing the required packages
$ pip install -r requirements.txt

Running app

$ python app.py

About

A Rock-Paper-Scissors simulation made with Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages