Skip to content

eKatchko/bowling-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bowling Kata

A solution for the bowling kata.
Written in Java 19, build with Maven.

Install

Clone this repository and run mvn package.

Usage

Run the jar file with java -jar target/bowling-kata-1.0-SNAPSHOT.jar.
A prompt asks you to input up to 10 frames of a bowling game and returns the score for the game. Valid characters are: strike X, spare /, miss -, numbers 1-9.

About

A solution for the bowling kata https://codingdojo.org/kata/Bowling/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages