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

https://github.com/soloalex1/functional-snake

A simple snake game to learn and practice functional programming. Testing a tutorial from YouTube.
https://github.com/soloalex1/functional-snake

functional-programming javascript javascript-game js

Last synced: 5 months ago
JSON representation

A simple snake game to learn and practice functional programming. Testing a tutorial from YouTube.

Awesome Lists containing this project

README

          

# functional-snake
A simple snake game to learn and practice functional programming. I'm currently following a [tutorial](https://www.youtube.com/watch?v=bRlvGoWz6Ig) on YouTube by [@chrokh](https://github.com/chrokh), but thinking on going beyond that implementation.