Multiplayer wordle
In addition to the original rules there is a time competition beetween players in the game. The faster one wins.
Wordle is an original idea. Copilot is the best pair programmer ever! It wrote 60-70% of frontend code :)
Backend: ruby-tipi, Frontend: React + Tailwind CSS
Requirements:
- ruby
- redis
-
clone repo
-
run
bundle install
in source directory -
run the tests by using this command
APP_ENV=test REDIS_URL=redis://localhost:6379/2 bundle exec ruby setup/prepare_test_db.rb && bundle exec rspec
-
fill the dictionaries if all the above steps have been completed successfully
redis-cli
127.0.0.1:6379> SADD words_en plain
127.0.0.1:6379> SADD available_words_en plain
Also, use the setup scripts to populate dictionaries with words from internet.
- run application locally with
bundle exec tipi app.rb