Skip to content

My own Wordle inspired game for Portuguese words, written in vanilla Javascript as a refactoring playground.

License

Notifications You must be signed in to change notification settings

rafaelodon/chuton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chut On

My own Wordle inspired game for Portuguese words, written in vanilla Javascript as a refactoring playground.

Play it online: https://rafaelodon.github.io/chuton/

ALERT: you'll find very bad under-construction code here (and very very very bad CSS too)

The dictionary with more than 11k words is available at js/words.json, consisting of an object whose fields are:

  • selected: an array of 1k popular 5-letter words to be used as solutions
  • index: a valid-5-letter-words map consisting of the non-accentuated version of a word as key, and an array with all its variations as value (i.e. { "tobas" : ["tobas","tobás"] })

Credits:

The scraping strategy is at util/scrape.py.

About

My own Wordle inspired game for Portuguese words, written in vanilla Javascript as a refactoring playground.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published