Skip to content

ahnaf-zaman/Shobdle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shobdle

Shobdle is a Bangla implementation of the popular word game Wordle, created with HTML, CSS and JavaScript. Shobdle was made for the Hack Club Summer of Making 2025.

Live Demo

Play Here

How To Play

  • Start by guessing a 2 letter Bangla word.
  • If one of the letter is correct, its tile will turn green.
  • If one of the letter has a correct letter but wrong vowel conjunct or vice versa, its tile will turn yellow.
  • If one of the letters is incorrect, its tile will turn red.
  • Guess the next word based on the feedback.
  • The game ends when you guess the correct word, or run out of attempts.

Features

  • Input Validation: Your inputs are checked to ensure they are valid strings written in Bangla.
  • Local Streak Storage: Your streaks are counted and stored in localStorage.
  • Automatic Theme Change: The theme changes depending on your system settings.

Acknowledgements

  • Original Wordle game created by Josh Wardle.
  • Word list sourced from Minhas Kamal.

License

This program has been released under the GNU GPL v3.0 license. For more information, please refer to the LICENSE file.

Releases

No releases published

Packages

 
 
 

Contributors