Skip to content

martino-vic/mutle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

the mari wordle

Mari version of Wordle. Play at https://mari-wordle.anvil.app/, the English original: https://www.powerlanguage.co.uk/wordle/

Contents:

Todo:

  • return a 5*5 grid of coloured buttons with letters in them instead of strings and heart-emojis
  • colour keyboard green, yellow and grey after each guess
  • Store infos about date - IP address - guesses in a pastebin and allow only one access per day
  • only one word per day, reset at midnight Mari El time zone
  • improve design
  • add share button
  • find out how to unittest anvil apps

Notes:

To use this script go to anvil.works https://anvil.works/, start a new project and paste the content of mutle.py into the "Code" section. The "Design" section consist only of one TextArea called text_area_1. To create a wordle for your own language, all it takes is to paste your own wordlists into function readall() and readtgt() and define the characters of your keyboard in the variable keybrd.