A simple Bowling Score Calculator implemented in Java using Test-Driven Development (TDD).
This project was built as a classic coding kata to strengthen skills in unit testing, clean architecture, and incremental design.
This project is based on the famous Bowling Game Kata by Uncle Bob (Robert C. Martin).
It simulates scoring in a standard 10-frame bowling game, including:
- Strikes
- Spares
- Open frames
All functionality is developed following the TDD process:
Red β Green β Refactor (Blue)
- π§ Java
- β JUnit (for unit testing)
- π‘ TDD methodology
This project was built while following this YouTube TDD tutorial series: