Bowling game made using TDD C#
** ---> Click-drag-release to throw ball or it will fall and sit, this is an older version because it was designed for mobile not browser with screen swipes intended. Later versions did have a timer in case the ball was in play too long. <--- **
This bowling game is 3D designed for mobile. It was designed to replicate the real dimensions of a bowling alley and scoring system. The TDD used real bowl and edges cases as its golden standard tests. An interesting issue with this program is that the world units of Unity are not in centimeters but meters so the game is actually out by a factor of a hundred. Which makes it far more demanding on the physics engine. Bowling actually has a complicated scoring system with the amount of throws and multiplier to throws being affected by previous throws so the scoring has to be done at specific points and inform the system when bowls can be made.