Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 3.23 KB

README.md

File metadata and controls

52 lines (42 loc) · 3.23 KB

Scuffed Wordle

Limitless imitation of the infamous Wordle game, with some added feature to make the games even more fun, such as :

  • Speech to text
  • Difficulty levels
  • Word length levels

Play here and have fun! (and don't rage if you lose :D)

Screenshots if you fancy :

- -

Loading screen
Loading screen

Loading game
Loading game

Playing the game
Playing the game

Game is won
Game is won

Defining & translating answer
Defining & translating answer

More definitions
More definitions

Game is lost
Game is lost

Settings Page
Settings Page

How to play
How to play

Light mode
Light mode

What i learnt/improved :

  • Dart language
  • Flutter as Multi platform framework development :
    • Understanding Workflow
    • Applying the design architecture
    • Configuring package management
    • Applying Google's Material UI in flutter
    • Applying custom Material UI to the app
    • Applying Speech to text to the app
  • BLoC Design pattern :
    • Understanding workflow
    • Applying State management
    • Creating Data Models
  • Backend REST API with Express.js
  • Basic Typescript for Backend
  • Deploying & hosting Express.js app through Heroku
  • Deploying & hosting Flutter web app through Firebase
  • Basic SEO from Google Console

Generated message for nerds!

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.