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

https://github.com/robpando/hangman

Hangman game made in elixir.
https://github.com/robpando/hangman

Last synced: 5 months ago
JSON representation

Hangman game made in elixir.

Awesome Lists containing this project

README

          

# Hangman

Hello World.

## Play in terminal

`cd text_client`
then run:
`mix run -e TextClient.start`

## Play in browser

`cd phx_client && mix deps.get`

To compile the assets:
`cd assets && npm install`
`cd ..`
then run:
`mix phx.server`

in browser go to
`localhost:4000/hangman`