https://github.com/johanatan/checkers
A simple implementation of the game of checkers in ClojureScript.
https://github.com/johanatan/checkers
Last synced: 5 days ago
JSON representation
A simple implementation of the game of checkers in ClojureScript.
- Host: GitHub
- URL: https://github.com/johanatan/checkers
- Owner: johanatan
- Created: 2015-06-02T05:26:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T05:45:58.000Z (about 11 years ago)
- Last Synced: 2025-11-16T18:27:07.499Z (7 months ago)
- Language: Clojure
- Size: 117 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quickstart
==========
* Java 7 or Java 8 JRE or JDK must be installed on your machine.
* Install [`lein`](http://leiningen.org/)
* Run `lein cljsbuild once`
* Open a browser on `index.html`