Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhauman/dotsters
A game implemented in ClojureScript with the core.async library.
https://github.com/bhauman/dotsters
Last synced: 7 days ago
JSON representation
A game implemented in ClojureScript with the core.async library.
- Host: GitHub
- URL: https://github.com/bhauman/dotsters
- Owner: bhauman
- Created: 2013-08-02T20:38:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-29T20:36:56.000Z (over 8 years ago)
- Last Synced: 2024-05-08T19:13:32.311Z (6 months ago)
- Language: CSS
- Homepage: rigsomelight.com/dotsters
- Size: 1.1 MB
- Stars: 124
- Watchers: 4
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dots
A game implemented in ClojureScript using the Core.async library.
[See the blog post explaining the game](http://rigsomelight.com/2013/08/12/clojurescript-core-async-dots-game.html)
[Play the game](http://rigsomelight.com/dotsters)
# Building and Running Locally
Clone the repo:
```
git clone https://github.com/bhauman/dotsters
cd dotsters
```
Build the ClojureScript
```
lein cljsbuild once
```
Start a Python web server (on a mac or unix machine)
```
python -m SimpleHTTPServer 8888
```
Browse to the locally running instance at [http://localhost:8888/resources/public/dots.html](http://localhost:8888/resources/public/dots.html)## License
Copyright © 2013
Distributed under the Eclipse Public License, the same as Clojure.