Skip to content

Commit e8fbf4b

Browse files
add game of life kata
1 parent 738cb88 commit e8fbf4b

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)