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

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"

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