Skip to content
/ rps-starter Public template

Rock Paper Scissors - Starter Template

Notifications You must be signed in to change notification settings

prof-rossetti/rps-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rps-starter

A Starter Repository for the Rock Paper Scissors Exercise.

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

Testing

Run tests:

pytest

About

Rock Paper Scissors - Starter Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages