Simple Hangman game

Simple Hangman game

Try out the project here: http://rocky-lowlands-23413.herokuapp.com
Code available on GitHub on request (unable to share answers for homework)

Mini project written for CS169 in Berkeley EECS.  Developed using:

  1. Ruby & Sinatra (simplistic web framework)
  2. Bootstrap (so it doesn't look like crap)  
  3. Hosted on Heroku

Methodologies used

  1. Test-driven development (TDD) - unit-level test by Rspec, acceptance level testing by Cucumber
  2. Object Oriented Programming (OOP) - data encapsulated in classes as prescribed
  3. RESTful principles & uses microservices - stateless &  each endpoint only does one and only thing well.