https://github.com/raagh/functional-snake-game
Snake Game implemented in multiple functional programming languages or in functional "style"
https://github.com/raagh/functional-snake-game
Last synced: 3 months ago
JSON representation
Snake Game implemented in multiple functional programming languages or in functional "style"
- Host: GitHub
- URL: https://github.com/raagh/functional-snake-game
- Owner: Raagh
- Created: 2020-03-08T19:39:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T08:58:39.000Z (over 4 years ago)
- Last Synced: 2025-01-20T22:03:45.245Z (over 1 year ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SnakeGame
Snake Game done in multiple functional programming languages or in functional "style"
I used it as an example to practice a few languages and get the "feeling" of functional programming, while I read multiple books.
Languages:
- Haskell - `On Hold` till I get better at Functional Programming
- JavaScript with ramda.js - Done