Skip to content

ianpedraza/wordles

Repository files navigation

WordlES

Wordles is the spanish version of the popular game Wordle. This version has been built with Flutter, then runs on Android, iOS and Web platforms.

Features

  • Word of the day
  • Create a Wordle game and share it with your friends
  • Play a random Wordle
  • Get the meaning of the words acording to the RAE

Gallery

WordlES Home WordlES Board Light WordlES Board Dark
WordlES Rules Light WordlES Rules Dark WordlES Share

Setup

  • Config your own Firebase project
  • Firestore: creates collection wordles and add this object { id: "wordleOfTheDay", indexWord: 5558, name: "Wordles", } in wordles/wordleOfTheDay
  • Config this Firebase Cloud Functions (source).
  • The project's cloud functions uses this node's dependency. Don't forget to add it.
  • Config Firebase in project using DefaultFirebaseOptions

That's all ! Feedback and PR are welcome :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published