https://github.com/torvaney/terminal-snake
Toy project with haskell
https://github.com/torvaney/terminal-snake
haskell jank snake
Last synced: 7 days ago
JSON representation
Toy project with haskell
- Host: GitHub
- URL: https://github.com/torvaney/terminal-snake
- Owner: Torvaney
- License: bsd-3-clause
- Created: 2019-02-17T13:42:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T19:35:35.000Z (over 7 years ago)
- Last Synced: 2025-02-28T22:24:57.522Z (over 1 year ago)
- Topics: haskell, jank, snake
- Language: Haskell
- Size: 196 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# terminal-snake
Play snake in the terminal!

Gif made with [asciinema](https://github.com/asciinema/asciinema-player)
## Build & run
```
$ stack run
```
## Controls
* `s` to turn left
* `d` to turn right
## Extensions
* Allow speed and board size as arguments to the program.