Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A Bowling Score Calculator implemented using Test-Driven Development (TDD). This project focuses on building a clean, testable, and maintainable scoring system for a standard ten-pin bowling game. Developed as a coding kata to improve unit testing, red-green-refactor cycles, and clean code practices.

MaiHekal25/bowling-score-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🎳 Bowling Score Calculator (TDD)

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.


πŸ“š What is This?

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)


πŸ§ͺ Tech Stack

  • 🧠 Java
  • βœ… JUnit (for unit testing)
  • πŸ’‘ TDD methodology

πŸ“Ί Resources

This project was built while following this YouTube TDD tutorial series:

About

A Bowling Score Calculator implemented using Test-Driven Development (TDD). This project focuses on building a clean, testable, and maintainable scoring system for a standard ten-pin bowling game. Developed as a coding kata to improve unit testing, red-green-refactor cycles, and clean code practices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages