An open API service indexing awesome lists of open source software.

https://github.com/heedrox/gameoflife-js


https://github.com/heedrox/gameoflife-js

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Game Of Life in JS with Functional Programming

This is an exercise to practice some functional programming through Game Of Life kata.

---

Key things I'm reflecting on:

- Keep small + reusable functions in horizontal libraries (strings.js, arrays.js, ... )