/ts-node-bowling-game

A simple bowling game written for Node.js in Typescript.

Primary LanguageTypeScript

ts-node-bowling-game

A simple bowling game written for Node.js in Typescript.

Todo:

  • Add one extra "frame" at the end which summarizes the whole game
  • Change score of the different frames to work in a accumulated fashion (sum up frame by frame)
  • Print / or X into the score board to visualize a spare / strike
  • Add different questions according to the current state of throws / points. Not only "How many pins did you get?"
  • Write tests
  • Write proper README