Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.