Skip to content

Longest Word Game — A Ruby on Rails mini-game: get a random letter grid, submit the longest valid English word you can, and get scored via a dictionary API check.

Notifications You must be signed in to change notification settings

TomoyamiP/rails-longest-word-game

Repository files navigation

🔤 Longest Word Game

A tiny Rails game: build the longest valid word from a random letter grid and get scored automatically via a dictionary API.

🚀 Features

  • Random letter grid per round
  • Word validation via dictionary API
  • Scoring based on validity & length
  • Simple Bootstrap UI

⚡ Quick Start

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

About

Longest Word Game — A Ruby on Rails mini-game: get a random letter grid, submit the longest valid English word you can, and get scored via a dictionary API check.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published