lemanchester / hangman

Clojure - Hangman Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman

Simple implementation of the Hangman games on clojure.

Result of the Alura Clojure Introduction.

Usage

$ java -jar hangman-0.1.0-standalone.jar

Docker

Building the Docker Image $ docker build -t alura/hangman .

Running the Game using a the new created image $ docker run -it alura/hangman

License

Copyright © 2015

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Clojure - Hangman Game

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%