https://github.com/propan/stardust-server
a server for multiplayer version of Asteroids written in Clojure
https://github.com/propan/stardust-server
Last synced: about 1 year ago
JSON representation
a server for multiplayer version of Asteroids written in Clojure
- Host: GitHub
- URL: https://github.com/propan/stardust-server
- Owner: propan
- License: epl-1.0
- Created: 2014-03-27T20:55:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-15T20:22:21.000Z (about 12 years ago)
- Last Synced: 2025-01-06T10:19:29.402Z (over 1 year ago)
- Language: Clojure
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stardust-server
a server for multiplayer version of Asteroids written in Clojure
## Usage
To start a server execute:
```bash
lein run
```
To build a jar-file execute:
```bash
lein uberjar
```
## License
Copyright © 2014 Pavel Prokopenko
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.