Coding Kata videos: Bowling game
Posted by jpluimers on 2015/04/22
A long and shorter while ago, I wrote about practicing your coding and test driven development skills:
- Cyber-Dojo: practice unit-tested programming in pairs/groups using Katas.
- RosettaCode: cool way to improve your coding skills.
Here are some Coding Kata videos of the Bowling Game Kata in various languages and environments. Some of them are dumb (no audio) just like good practice usually is. Note: it helps to know a bit about 10 Pin Bowling Scoring rules.
- Bowling Game – Ruby – YouTube.
- Bowling Game – Python – YouTube.
- Bowling Game – Java – YouTube.
- [TDD] Bowling Game Kata – YouTube (also Java).
- Bowling Game – C# – YouTube.
- Bowling game kata in Delphi and DUnit TDD – YouTube.
And since I want to learn Haskell and have done a lot of Tic-Tac-Toe demos inthe past:
For more background information:
–jeroen






Leave a comment