Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kuoa/clojure-mastermind

Clojure implementation of the mastermind game.
https://github.com/kuoa/clojure-mastermind

Last synced: about 1 month ago
JSON representation

Clojure implementation of the mastermind game.

Awesome Lists containing this project

README

        

# Mastermind

This clojure learning project is a implementation of the mastermind game.

### Compilation

```sh
Compiling with lein
lein run

Compiling into a .jar
lein uberjar
java -jar mastermind-1.0.0-SNAPSHOT-standalone.jar
```

### Requirements

* Java >= 6
* Clojure 1.5
* Leiningen