Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 13 days ago
JSON representation

Classical memory game written in F# with Fable

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
```