Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kuoa/clojure-mastermind
- Owner: kuoa
- License: apache-2.0
- Created: 2016-02-06T17:35:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T13:11:19.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T19:45:19.188Z (2 months ago)
- Language: Clojure
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mastermind
This clojure learning project is a implementation of the mastermind game.
### Compilation
```sh
Compiling with lein
lein runCompiling into a .jar
lein uberjar
java -jar mastermind-1.0.0-SNAPSHOT-standalone.jar
```### Requirements
* Java >= 6
* Clojure 1.5
* Leiningen