Skip to content

gruzewson/Wordle

Repository files navigation

Wordle Clone

A clone of the popular word-guessing game built with Flutter. Project made to learn Flutter. Idea from this repo.

Table of Contents

🎮 How to Play

Wordle Demo
Gameplay demonstration

Guess the hidden 5-letter word in 6 tries

  • 🟩 Green letter: Correct letter in correct position
  • 🟨 Yellow letter: Correct letter in wrong position
  • ⬛ Gray letter: Letter not in word

Running the App

Instructions on setting up and running the application on different platforms.

Tip

If you meet any problems in the process run:

flutter doctor 

It checks your setup for missing dependencies and configuration issues.

On Linux (Ubuntu)

Enable Linux Desktop Support:

flutter config --enable-linux-desktop

Build and Run the App:

flutter build linux
./build/linux/x64/release/bundle/wordle_clone

On Windows

Enable Linux Desktop Support:

flutter config --enable-windows-desktop

Build and Run the App:

flutter build windows
.\build\windows\runner\Release\wordle_clone.exe

About

A clone of the popular word-guessing game built with Flutter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published