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.
- Host: GitHub
- URL: https://github.com/soloalex1/functional-snake
- Owner: soloalex1
- License: mit
- Created: 2019-08-09T14:51:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T19:12:14.000Z (about 6 years ago)
- Last Synced: 2025-06-03T01:43:24.558Z (6 months ago)
- Topics: functional-programming, javascript, javascript-game, js
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.