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.
- Host: GitHub
- URL: https://github.com/robpando/hangman
- Owner: RobPando
- Created: 2020-01-14T13:27:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:41:03.000Z (over 3 years ago)
- Last Synced: 2025-06-01T16:18:45.211Z (about 1 year ago)
- Language: Elixir
- Size: 18.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
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`