https://github.com/janianttonen/hirstree
Word guessing game in Clojure.
https://github.com/janianttonen/hirstree
clojure wordgame
Last synced: 3 months ago
JSON representation
Word guessing game in Clojure.
- Host: GitHub
- URL: https://github.com/janianttonen/hirstree
- Owner: JaniAnttonen
- Created: 2017-04-25T22:21:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T10:39:46.000Z (almost 8 years ago)
- Last Synced: 2025-01-06T00:12:57.129Z (4 months ago)
- Topics: clojure, wordgame
- Language: Clojure
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Hirsipuu](https://en.wikipedia.org/wiki/Hangman_%28game%29) with Clojure
## Installation
Download from [releases](https://github.com/JaniAnttonen/hirstree/releases).
You need to have a working installation of docker and docker-compose on your computer.
(Or you can just use leiningen if you're into that sort of stuff.)## Development
Sources under src/hirstree/```bash
make dev
```## Build
```bash
make build
```
Builds an executable to target/base+system+user+dev/## Run the built executable
```bash
make run
```
On some operation systems this by default shows an error. In that case, execute ```make run``` with admin privileges, eg. ```sudo make run``` on an [UNIX system](https://www.reddit.com/r/itsaunixsystem/)