Skip to content

Commit ab226f1

Browse files
authored
Merge pull request #9 from ParisRubyWorkshop/williampollet-patch-1
[Kata] add game of life kata, into the expert's level
2 parents 738cb88 + 2d2339c commit ab226f1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/katas.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ export default {
120120
},
121121
],
122122
expert: [
123+
{
124+
repo: 'williampollet/game-of-life',
125+
name: 'The game of life',
126+
description: 'Why not build a game of life in ruby?',
127+
},
123128
{
124129
repo: 'ParisRubyWorkshop/spec-this-not-that-kata',
125130
name: 'Spec This Not That',

0 commit comments

Comments
 (0)