A tiny Rails game: build the longest valid word from a random letter grid and get scored automatically via a dictionary API.
- Random letter grid per round
- Word validation via dictionary API
- Scoring based on validity & length
- Simple Bootstrap UI
git clone https://github.com/your-username/longest-word-game.git cd longest-word-game bundle install yarn install rails db:create db:migrate rails server