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
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