Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toburger/tic-tac-toe--elm
Tic-Tac-Toe sample app written in elm.
https://github.com/toburger/tic-tac-toe--elm
elm tic-tac-toe
Last synced: about 9 hours ago
JSON representation
Tic-Tac-Toe sample app written in elm.
- Host: GitHub
- URL: https://github.com/toburger/tic-tac-toe--elm
- Owner: toburger
- Created: 2017-06-20T21:29:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T09:34:52.000Z (over 4 years ago)
- Last Synced: 2024-11-27T14:34:39.109Z (2 months ago)
- Topics: elm, tic-tac-toe
- Language: HTML
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Usage
* Install elm 0.19
* Install elm-live
* Start run.bat### Implementation examples (in order of their creation, no rating)
* [JavaScript & React](https://github.com/toburger/tic-tac-toe)
* [TypeScript & React](https://github.com/toburger/tic-tac-toe--typescript)
* [F# & Fable & React & Elmish](https://github.com/toburger/tic-tac-toe--fable)
* [elm](https://github.com/toburger/tic-tac-toe--elm)
* [ClojureScript & reagent](https://github.com/toburger/tic-tac-toe--clojure)
* [TypeScript & Vue 3 & Vuex 4](https://github.com/toburger/tic-tac-toe--vue)