Worlde but on Steroid
All the word is pulled from https://word.tips. All the definition is pulled from https://yourdictionary.com.
Has ability to change the length of the wordle, for you that want some extreme challenge.
There are few costumizations that you can perform for your game:
- Length of the word (minimum 5, maximum 10)
- Length of the answer available (minimum 4, maximum 7)
- The Game Type:
- Easy Mode: The point will keep stacked there are no penalty for skipped/wrong answer.
- Continues: In case you skipped/got wrong answer there will be penalty for your current point (it can be minus).
- Survival: In case you skipper/got wrong answer your current point will be reset back to 0.
- Word Check (to perform dictionary check when player input the guess)
- clone the project
- flutter run!
https://hub.docker.com/repository/docker/adimartha/wxrdle
docker pull adimartha/wxrdle:latest
I am using this docker compose on portainer (stack)
version: '3.3'
services:
wxrdle:
container_name: wxrdle
image: adimartha/wxrdle
ports:
- 4011:80
restart: unless-stopped
With this you can access the application from your browser using:
your-docker-IP:4111
You can change the IP address on the docker compose to fit your need.
You can test it on the github hosted pages below