https://github.com/sandy98/reagent-chess-board
Clojurescript chess board using Reagent
https://github.com/sandy98/reagent-chess-board
Last synced: about 1 year ago
JSON representation
Clojurescript chess board using Reagent
- Host: GitHub
- URL: https://github.com/sandy98/reagent-chess-board
- Owner: sandy98
- License: other
- Created: 2016-02-03T05:59:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T07:28:16.000Z (over 10 years ago)
- Last Synced: 2025-02-07T12:39:52.667Z (over 1 year ago)
- Language: Clojure
- Size: 340 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
###Clojuresript chess board using Reagent
#####Steps
A. Test Mode
1. `rlwrap lein figwheel`
B. Production mode
1. `lein clean`
2. `lein cljsbuild once prod`
C. Finally, view `resources/public/index.html` in your browser
To note: chess moves aren't verified, you can move anywhere, this is just a glorified drag'n drop exercise (for now)
The intent was to use HTML5 native drag and drop API, which mostly works (as can be seen if core.cljs.bak is put to use),
but had to resort to jQuery because of pesky ghost image problem. Suggestions welcome.
Anyway, work in progress.