https://github.com/konn/frp2048
Demo of GHCJS, Sodium and extensible-effects (a clone of 2048)
https://github.com/konn/frp2048
Last synced: about 1 month ago
JSON representation
Demo of GHCJS, Sodium and extensible-effects (a clone of 2048)
- Host: GitHub
- URL: https://github.com/konn/frp2048
- Owner: konn
- License: bsd-3-clause
- Created: 2014-04-02T03:39:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-13T04:27:45.000Z (about 11 years ago)
- Last Synced: 2025-03-24T21:38:51.794Z (about 2 months ago)
- Language: Haskell
- Size: 340 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FRP2048 - 2048 clone wrriten with GHCJS, Sodium and extensible-effects
======================================================================This is a clone of [2048](http://gabrielecirulli.github.io/2048/ ). The main purpose is examining [GHCJS](https://github.com/ghcjs/ghcjs), [Sodium](hackage.haskell.org/package/sodium) and [extensible-effects](hackage.haskell.org/package/extensible-effects).