Wxrdle - Worlde but on Steroid

Related tags

Gaming wxrdle
Overview

wxrdle

Worlde but on Steroid

Note

All the word is pulled from https://word.tips. All the definition is pulled from https://yourdictionary.com.

Description

Has ability to change the length of the wordle, for you that want some extreme challenge.

Looks and Feel

Game Mode

There are few costumizations that you can perform for your game:

  1. Length of the word (minimum 5, maximum 10)
  2. Length of the answer available (minimum 4, maximum 7)
  3. 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.
  1. Word Check (to perform dictionary check when player input the guess)

How to Run

  1. clone the project
  2. flutter run!

Docker Image

https://hub.docker.com/repository/docker/adimartha/wxrdle

docker pull adimartha/wxrdle:latest

Docker Compose Example

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.

Test it out

You can test it on the github hosted pages below

https://billyinferno.github.io/wxrdle/

Comments
  • Keyboard Support

    Keyboard Support

    It seems like only the letter buttons work on the demo, I'd love to self-host it. But I want the keyboard to work, please add this feature or tell me how to enable it.

    opened by woooferz 5
  • Is the word check working?

    Is the word check working?

    I just tried your demo here: https://billyinferno.github.io/wxrdle/#/ and entered a random word: sioup - wxrdle has no issue with this word while Word Check is enabled and yourdictionary.com clearly shows this word does not exist, could you check what happened please?

    image

    image

    opened by ovizii 2
  • Color confusion

    Color confusion

    Hi there,

    looks nice except when a letter is marked "grey" it seems to mean that it is not contained and yet on the keyboard below that same "not contained" letter is shown in a darker grey, this is confusing. Sorry if I haven't managed to express the problem clearly, maybe a screenshot will help.

    The colors from the top should correspond to the colors at the bottom: image

    opened by ovizii 2
  • question about yourdictionary

    question about yourdictionary

    I entered orion, wxrdle claims the word does not exist, yourdictionary claims otherwise. What is going on here? Btw. I am a non-native English speaker, I'm just trying to figure out what is happening here :-)

    https://www.yourdictionary.com/orion

    image

    opened by ovizii 1
  • Use Hardware Keyboard to input

    Use Hardware Keyboard to input

    This looks and feels like the real thing, but I do miss being able to use my keyboard to type in my guesses. Clicking each letter is tedious. Are there plans to add keyboard input?

    opened by XanaDublaKublaConch 1
  • Enhancement suggestion: allow friends to play the same word / puzzle

    Enhancement suggestion: allow friends to play the same word / puzzle

    @billyinferno - thank you for creating this app. It's awesome to have a self-hosted version!

    If you are considering enhancing the application further, one suggestion I have for you would be to have a 'game code' to share with others who want to play the same word you are playing so that you can play together with friends. One of the best parts of Wordle (among my family/friends) is playing the same puzzle and then claiming the bragging rights for finishing it in less moves than your friends.

    This would be possible if each game being played would have a code displayed that would tie back to a record in a local database that would allow anyone using the same code to play the same word from their own device.

    Thanks again for the app, it's awesome !

    opened by myrison 0
  • Improvement suggestion

    Improvement suggestion

    Just an idea, would it be possible to add the option to chose your language? I understand that in that case you'd need a source of words and an alternative for the dictionary check too.

    Just throwing this out there :-)

    opened by ovizii 2
Owner
I Gede Adi Martha
Curiosity is not kill the cat, curiosity causing you lack of sleep.
I Gede Adi Martha
InheritedWidgets, but simple

English | Português | 简体中文 | Español A wrapper around InheritedWidget to make them easier to use and more reusable. By using provider instead of manua

Remi Rousselet 4.6k Dec 30, 2022
This is the semester 6 Mobile App Development Course project. So maybe the final project may not make sense ;) but it is a good place to start learning Flutter.

?? Overview MAD-Sem6 is a Mobile Development Course Project that contains Basic ➡️ Medium implementation of different widgets. As a whole it doesn't m

Muhammad Tayyab Asghar 3 Aug 9, 2021
A simple but powerful path-based navigation router with full web-browser and deeplink support.

nav_stack A simple but powerful path-based routing system, based on MaterialApp.router (Nav 2.0). It has browser / deeplink support and maintains a hi

gskinner team 22 Nov 28, 2022
A simple but powerful path-based navigation router with full web-browser and deeplink support.

nav_stack A simple but powerful path-based routing system, based on MaterialApp.router (Nav 2.0). It has browser / deeplink support and maintains a hi

gskinner team 22 Nov 28, 2022
Plant Manager is an application that was developed on Rocketseat NLW5 with React Native but was rebuilt using Flutter.

Technologies | Project | Layout | License ?? Technologies This project was developed with the following technologies: Flutter ?? Project Plant Manager

Mayderson 7 Aug 11, 2021
Hooks but for and of Flutter

reactives A new way for Flutter to reuse/group common logic. Think of them like React hooks but for and of flutter. Idea copied from the lit world Mot

Ripe Mango 27 Dec 22, 2022
Automatically generate profile picture with random first name and background color. But you can still provide pictures if you have them. As the default color, based on the name of the first letter. :fire: :fire: :fire:

FLUTTER PROFILE PICTURE Automatically generate profile picture with random first name and background color. But you can still provide pictures if you

Aditya Dharmawan Saputra 10 Dec 20, 2022
This is not an app. I made this architecture to build robust and easy-to-maintain products but in a faster way.

simple_architecture_flutter This is not an app. I made this architecture to build robust and easy-to-maintain products but in a faster way. Info I use

Batuhan Karababa 9 Oct 28, 2022
Flutter Triple Status Button can use toggle button but in three statuses.

triple_status_button Triple Status Button. Flutter Triple Status Button can use toggle button but in three statuses. Property Description height heigh

MahdiBagjani 2 Nov 13, 2021
Flutter package: Similar to a ListView, but lets you programmatically jump to any item, by index.

indexed_list_view Similar to a ListView, but lets you programmatically jump to any item, by index. The index jump happens instantly, no matter if you

Marcelo Glasberg 244 Dec 27, 2022
Try to clone satria, with same feature but better ui

satria A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this i

Gesya Gayatree Solih 9 Nov 8, 2021
Overlay/OverlayEntry, but better

Call for maintainer I (@rrousselGit) am sadly unable to maintain flutter_portal at the moment due to a lack of time, and would like to find a new main

Remi Rousselet 401 Jan 2, 2023
A reactive key-value store for Flutter projects. Like shared_preferences, but with Streams.

streaming_shared_preferences A reactive key-value store for Flutter projects. streaming_shared_preferences adds reactive functionality on top of share

Iiro Krankka 244 Dec 22, 2022
Simple but pretty cool birthday countdown app built using flutter

Simple but pretty cool birthday countdown app "For You" ?? Don't forget to star ⭐ the repo if you like what you I have created ?? . ?? GIF of a sample

Ruslan Hasanov 6 Aug 13, 2022
Highly customizable, feature-packed calendar works like google calendar but with more features.

Beca [In Progress] Beca is a Calendar that you could manage your daily tasks and schedule meetings with your friends just like google calendar Concept

Mohammad Javad Hossieni 19 Nov 15, 2022
An opinionated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter

Lint for Dart/Flutter lint is a hand-picked, open-source, community-driven collection of lint rules for Dart and Flutter projects. The set of rules fo

Pascal Welsch 257 Jan 3, 2023
A Flutter based to do list app (yes, another to do list... but... this time based on a beautiful design)

✔️ Flutter to do App "To Do List" A Flutter app based on the design of the To Do App, created by Rudi Hartono, see more on: Uplabs. Getting Started ??

Johan 561 Dec 31, 2022
This is an open source Tips & Tricks for Flutter, that helps flutter Developers write simple but powerful dart codes.

Showcasing-flutter - This is an open source Tips & Tricks for Flutter, that helps flutter Developers write simple but powerful dart codes.

Paul Edeme'kong - Flutter Fairy 1 Jan 4, 2022
BubbleShowcase is a small but power flutter package that allows you to highlight specific parts of your app to explain them to the user or to showcase your app new features.

BubbleShowcase BubbleShowcase is a small but powerful flutter package that allows you to highlight specific parts of your app (to explain them to the

Hugo Delaunay 38 Oct 26, 2022