Skip to content

johannsl/jubilant-journey

Repository files navigation

Bowling Kata

Made with Python 3. Contains three solutions.

  1. game.py is a object oriented approach (first attempt);
  2. func_game is a functional approach (second attempt);
  3. func_game_2 is also a functional approach (third attempt).

Setup and test

# Setup virtual environemnt - run once
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
deactivate
# Run tests
source venv/bin/activate
pytest -v
deactivate

About

Coding dojo - bowling kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages