https://github.com/avidrucker/study-fp-snake
https://github.com/avidrucker/study-fp-snake
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/avidrucker/study-fp-snake
- Owner: avidrucker
- Created: 2020-05-16T12:55:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T18:04:06.000Z (over 4 years ago)
- Last Synced: 2025-02-13T18:53:09.234Z (over 1 year ago)
- Language: TypeScript
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake in FP Style TS
This project is inspired by [YouTube: JavaScript Snake Game Tutorial Using Functional Programming](https://youtu.be/bRlvGoWz6Ig) published on the freeCodeCamp.org YouTube page and created by Christopher Okhravi.
My intention in creating this TypeScript port, I can make clear a concise, practical approach to building such a project as this from the ground up.