https://github.com/zerowidth/asteroids.cljs
ClojureScript version of asteroids with physics, see also:
https://github.com/zerowidth/asteroids.cljs
Last synced: 8 months ago
JSON representation
ClojureScript version of asteroids with physics, see also:
- Host: GitHub
- URL: https://github.com/zerowidth/asteroids.cljs
- Owner: zerowidth
- Created: 2014-01-15T03:49:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-14T03:24:05.000Z (about 12 years ago)
- Last Synced: 2025-04-03T09:32:40.573Z (about 1 year ago)
- Language: Clojure
- Homepage: https://github.com/zerowidth/asteroids
- Size: 188 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asteroids
If you wish to play asteroids, you must first invent the universe.
This is an experiment in ClojureScript, physics simulation, rendering on the
web, and game design. It's for me, not you, but enjoy what you find.
```
$ script/bootstrap # to install dependencies
$ script/server # to start cljs auto-compilation
$ script/test # to start test runner
```