escodebar / sloper-pocket-crimp

Rock paper scissors for climbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sloper pocket crimp

Ever heard of rock paper scissors? Well... if you love climbing and drink enough beer, you may recognize hold types in those well known gestures.

Sloper -> Paper

Pocket -> Scissor

Crimp -> Rock

This python module is a game which allows you to play rock paper scissors... in a climber's way.

Setup

The dependencies of this project are managed with Poetry. To install this project and its dependencies in your environment, first install poetry, then within the project folder run:

$ poetry install

Running the tests

This project is tested with pytest. Run pytest tests in a terminal to run this projects tests.

About

Rock paper scissors for climbers


Languages

Language:Python 100.0%