https://github.com/zaid-ajaj/fable-memory-game
Classical memory game written in F# with Fable
https://github.com/zaid-ajaj/fable-memory-game
fable fable-arch memory-game
Last synced: 8 months ago
JSON representation
Classical memory game written in F# with Fable
- Host: GitHub
- URL: https://github.com/zaid-ajaj/fable-memory-game
- Owner: Zaid-Ajaj
- License: mit
- Created: 2017-02-02T08:42:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T10:14:18.000Z (over 9 years ago)
- Last Synced: 2025-01-11T14:45:50.887Z (over 1 year ago)
- Topics: fable, fable-arch, memory-game
- Language: F#
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fable-memory-game [demo here](https://zaidajaj.neocities.org/html/memory-game/index.html)
Classical memory game written in F# with Fable and Fable-Arch
## Install
```
git clone https://github.com/Zaid-Ajaj/fable-memory-game.git
cd fable-memory-game
npm install
npm run build
# navigate to index.html
```