exercism / euphoria

Exercism exercises in Euphoria.
https://exercism.org/tracks/euphoria
MIT License
3 stars 8 forks source link

adding game-of-life exercise #60

Closed glennj closed 5 months ago

glennj commented 5 months ago

I initialized the exercise with configlet create --practice-exercise game-of-life and that reformatted the config.json. Sorry for the noise. The changed bits

I created procedures for each test, thinking that the 2-D matrices would be easier to grok.