dordle
1.0.0
Rails Wordle clone.
You can play it here. Create an account.
Press New Game.
Same rules as wordle...
Words checked against those installed in the database.
Ruby 2.7.0
Rails 6.1
Stimulus Reflex 3.4
Tailwind CSS
rails db:create
rails db:migrate
rails db:seed (install word)
rails s
As you can see on the link you can deploy on heroku. Need to use redis-to-go or equivalent.
foreman start -f Procfile.dev