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

https://github.com/setzer22/closures-and-dragons

A remote D&D virtual board written with Clojure using Java's Swing
https://github.com/setzer22/closures-and-dragons

Last synced: 9 months ago
JSON representation

A remote D&D virtual board written with Clojure using Java's Swing

Awesome Lists containing this project

README

          

# Closures & Dragons

Closures & Dragons (provisional name) is a virtual, online, D&D board written in clojure using. Instead of providing a web application like many popular alternatives, C&D is a client-server based desktop application. It's still in Alpha and has a long way to go, so no serious usage should be considered yet.

## Installation

Clone the repository and install all de dependencies with leiningen:

```
lein deps
```

## Usage

Launching a REPL should also launch the main GUI:

```
lein repl
```

For now this is the only way to launch the program.

## License

Copyright © 2016 Setzer22

Distributed under the GPU General Public License v3.0 (see LICENSE)