Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 630 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 630 Bytes

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