From b3509bc087beafc1318c4f48050d82387017ad80 Mon Sep 17 00:00:00 2001 From: Emily Bache Date: Thu, 14 Jun 2012 11:33:10 +0200 Subject: [PATCH] Added a new kata - Yahtzee - by Jon Jagger --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 310d3eb2..f2fc971c 100644 --- a/README +++ b/README @@ -5,4 +5,5 @@ This is a collection of starting files for when practicing refactoring. Contents so far: Tennis Kata in Java, Python and C++. -Gilded Rose Kata in C++, C#, Java, Python and Ruby. (a C# version together with a starting project is already available on github) \ No newline at end of file +Gilded Rose Kata in C++, C#, Java, Python and Ruby. (a C# version together with a starting project is already available on github) +Yahtzee Kata in C#, Java and Python (the C# and Java versions are also available in Jon Jagger's Cyberdojo) \ No newline at end of file