https://github.com/astynax/elm-samegame
A PoC implementation of the "SameGame".
https://github.com/astynax/elm-samegame
elm-lang game samegame
Last synced: 11 months ago
JSON representation
A PoC implementation of the "SameGame".
- Host: GitHub
- URL: https://github.com/astynax/elm-samegame
- Owner: astynax
- Created: 2021-08-12T05:32:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T09:41:40.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T02:30:50.902Z (over 1 year ago)
- Topics: elm-lang, game, samegame
- Language: Elm
- Homepage: https://astynax.github.io/elm-samegame
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm SameGame
A PoC implementation of the "[SameGame](https://en.wikipedia.org/wiki/SameGame)". The purpose of the project is a core game logic made using pure functional lists and sets.
[Live version](https://astynax.github.io/elm-samegame).