Code Monkey home page Code Monkey logo

wordel's Introduction

Wordel: Wordle (aka Lingo) in Emacs

https://melpa.org/packages/wordel-badge.svg

./demo.gif

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.

Install

Directly

(straight-use-package '(wordel :host github :repo "progfolio/wordel" :files (:defaults "words")))

via MELPA

(straight-use-package 'wordel)

Manually

  • Clone this repo into your load-path
  • (require 'wordel)
  • M-x wordel or M-x wordel-marathon

Evil users

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))

FAQ

How do I add more word lists?

Word lists are plain text files added under wordel-words-dir. There should be only one word per line.

wordel's People

Contributors

progfolio avatar david-ongaro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.