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
- Host: GitHub
- URL: https://github.com/setzer22/closures-and-dragons
- Owner: setzer22
- License: gpl-3.0
- Created: 2016-08-28T14:00:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T19:04:20.000Z (almost 10 years ago)
- Last Synced: 2025-03-21T05:30:32.535Z (over 1 year ago)
- Language: Clojure
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)