Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/john-hamnavoe/dordle
Wordle Clone in Rails using Stimulus Reflex
https://github.com/john-hamnavoe/dordle
rails rails6 stimulus-reflex tailwindcss wordle
Last synced: 6 days ago
JSON representation
Wordle Clone in Rails using Stimulus Reflex
- Host: GitHub
- URL: https://github.com/john-hamnavoe/dordle
- Owner: john-hamnavoe
- Created: 2022-01-10T09:41:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T13:46:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T09:04:03.066Z (27 days ago)
- Topics: rails, rails6, stimulus-reflex, tailwindcss, wordle
- Language: Ruby
- Homepage:
- Size: 586 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
# Game
Rails [Wordle](https://www.nytimes.com/games/wordle/index.html) clone.
You can play it [here](https://6wzqk.hatchboxapp.com/).
Create an account.Press New Game.
Same rules as wordle...
* 5 Letter word
* 6 guesses
* green=correct
* amber=correct letter wrong spot
* grey = letter does not appear in wordWords checked against those installed in the database.
# Tech
* 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.
# Run Locally
```foreman start -f Procfile.dev```