Bowling Game in TypeScript The classic bowling game kata written in TypeScript. The master branch represents the starting point for the kata. A completed version lives on the completed branch. Run Tests npm run test Or using the auto-runner (jest cli must be installed) jest --watch