Hangman game implemented in Ruby Rails
The projects serves an exercise ground for Powershop NZ trainees. It demonstrates a few essential Rails features including
-
model with validation
-
controller
-
view rendering
-
service
-
test cases based on RSpec and Capybara
-
most importantly, Ruby/Rails best practice in action
To run the program, simply
# cd <project_top_dir> && rails s