prof-rossetti / rps-cleanup-template-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rps-cleanup-2022

We created a game of rock-paper-scissors, but does it actually work as desired, and is our code as maintainable as it could be?

See the exercise description for more details and instructions.

Setup

Create a virtual environment:

conda create -n rps-env python=3.8

Activate the virtual environment:

conda activate rps-env

Install package dependencies (mainly for testing):

pip install -r requirements.txt

Usage

Run the rock paper scissors game:

python game.py

About


Languages

Language:Python 100.0%