Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 292 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 292 Bytes

Bowling Game (5-pin)

Concepts

  • Game class tracks a game
  • Frame class tracks a frame within a game
  • Ball class tracks a ball within a frame

Development

Setup

Run poetry install. Enter the virtual environment with poetry shell.

Run tests

Run pytest tests/