Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork10
progfolio/wordel
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Wordel:Wordle (aka Lingo) in Emacs
For the uninitiated, this is a process of elimination word game. You guess a word and each letter of your word will be color coded to reveal how it relates to the hidden word.
(use-package wordel;; Via Elpaca::elpaca (wordel:host github:repo"progfolio/wordel":files (:defaults"words"));; Via straight.el::straight (wordel:host github:repo"progfolio/wordel":files (:defaults"words"));; Via package.el:ensuret)
- Clone this repo into your load-path
(require 'wordel)
M-x wordel
orM-x wordel-marathon
You’ll want to be in insert mode for wordel’s modes.
(evil-make-intercept-map wordel-mode-map)(evil-make-intercept-map wordel-select-mode-map)(evil-set-initial-state'wordel-mode'insert)(evil-set-initial-state'wordel-select-mode'insert))
Word lists are plain text files added underwordel-words-dir
. There should be only one word per line.
About
Wordle in Emacs
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Contributors3
Uh oh!
There was an error while loading.Please reload this page.