An open API service indexing awesome lists of open source software.

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:

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
```