Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torvaney/terminal-snake
Toy project with haskell
https://github.com/torvaney/terminal-snake
haskell jank snake
Last synced: about 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T19:35:35.000Z (almost 6 years ago)
- Last Synced: 2024-11-12T12:45:38.122Z (3 months 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.