Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dphilipson/rangle
A loop drawing game that rewards quick thinking
https://github.com/dphilipson/rangle
Last synced: about 2 months ago
JSON representation
A loop drawing game that rewards quick thinking
- Host: GitHub
- URL: https://github.com/dphilipson/rangle
- Owner: dphilipson
- License: mit
- Created: 2015-02-16T10:23:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T23:10:23.000Z (almost 10 years ago)
- Last Synced: 2024-10-13T16:08:05.125Z (3 months ago)
- Language: Clojure
- Size: 293 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rangle
Rangle is a game in which a field of multi-colored dots is shown. Players must
draw loops which enclose only dots of single color to make them disappear and
gain points.Rangle is written in ClojureScript using the core.async library and uses
Raphael to display its graphics.