diff --git a/README.md b/README.md index 9e217830..70d5f55c 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ - [TodoMVC](#todomvc) - [Flatris](#flatris) - [2048](#2048) + - [Snake](#snake) - [Mario](#mario) - [Websocket](#websocket) - [SSE](#sse) @@ -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)