项目作者: mattce

项目描述 :
A simple bowling game written for Node.js in Typescript.
高级语言: TypeScript
项目地址: git://github.com/mattce/ts-node-bowling-game.git
创建时间: 2019-02-10T09:31:36Z
项目社区:https://github.com/mattce/ts-node-bowling-game

开源协议:

下载


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