Skip to content

Commit

Permalink
Merge pull request #287 from haskell-miso/snake
Browse files Browse the repository at this point in the history
Update README, add snake
  • Loading branch information
dmjio authored Sep 13, 2017
2 parents 8f32783 + 59e1731 commit 6889466
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
- [TodoMVC](#todomvc)
- [Flatris](#flatris)
- [2048](#2048)
- [Snake](#snake)
- [Mario](#mario)
- [Websocket](#websocket)
- [SSE](#sse)
Expand Down Expand Up @@ -298,6 +299,9 @@ For constructing client and server applications, we recommend using one `cabal`
### 2048
- [Link](http://2048.haskell-miso.org/) / [Source](https://github.com/ptigwe/hs2048/)

### Snake
- [Link](http://snake.haskell-miso.org/) / [Source](https://github.com/lbonn/miso-snake)

### Mario
- [Link](https://mario.haskell-miso.org/) / [Source](https://github.com/dmjio/miso/blob/master/examples/mario/Main.hs)

Expand Down

0 comments on commit 6889466

Please sign in to comment.