Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 505 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 505 Bytes

Guess the Word

A competitive web-based word guessing game! Compete against other users for the top spot on the leaderboard 📖

Developed in Ruby using Sinatra gem, try it out yourself here

Stats

To run it yourself:

  • Clone the repository
  • Run 'gem install bundler'
  • Run 'bundle install'
  • and finally, 'ruby app.rb'
  • You should then be able to access it at localhost:8080