jroliveira / hangman

Home Page:https://api-hangman.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman

CircleCI Build Status Codacy Badge Codacy Badge

Api para jogar o Jogo da Forca.

Installing

$ git clone https://github.com/jroliveira/hangman.git

Running tests

$ sbt 
> test

How to use it

$ sbt
> re-start

How to deploy to Heroku

$ sbt stage deployHeroku

Contributions

  1. Fork it
  2. git checkout -b
  3. git add --all && git commit -m "feature description"
  4. git push origin
  5. Create a pull request