Giter Site home page Giter Site logo

getify / dwordly-game Goto Github PK

View Code? Open in Web Editor NEW
42.0 2.0 11.0 361 KB

A game where words dwindle down to the shortest possible

Home Page: http://dwordly.fun

License: MIT License

JavaScript 48.49% HTML 10.83% CSS 40.68%
game wordle challenge fun words

dwordly-game's Introduction

Dwordly

Dwordly (Dwindling Wordle) is a flip-twist of the famous viral game. In Dwordly, there's no guessing or luck. Just use your expansive vocabulary to dwindle given words down to the shortest possible!

-- PLAY HERE --

Dwordly Screenshot

-- PLAY HERE --



Game Concept

You are given the start word. For each move:

  1. Flip one letter to a different letter
  2. Remove a letter
  3. Insert a letter

Each move has to result in a real word! To score better, dwindle down to the shortest word and path possible.

Scoring Strategies

The goal is to get both the shortest final word (ideally, one character, like A or I), but also the shortest path (fewest number of words) to that final short word.

As such, your scoring strategy has to balance these (sometimes competing) goals. For example, you may score more for a path that ends in the word "OR" than if you continued the path from "OR" to "ON" to "AN" to "A". Even though the single letter word is a main goal of the game, adding 3 extra moves to get there may not provide a better outcome.

You'll also score more for a path that prioritizes dwindling down to shorter words more quickly, as opposed to a path with several subsequent words of the same length (like 3 or 4), where each word was a letter swap to different word. The downside, of course is, if you quickly dwindle down to a 3-letter or 4-letter word, you may have limited yourself in terms of further path moves.

Undo

You're allowed one undo per game. But if you flip on EASY mode, you get unlimited undos.

Example Games

T O O N

T O N

T I N

I N

I
S O U R

O U R

O A R

M A R

M A

A

You may get a little stuck; perhaps add a letter to jump to a different dwindling word path:

S P E C K

P E C K

P I C K

I C K

I C E

A C E        <-- stuck!?

P A C E      <-- add a letter

P A L E

P A L

P A T

A T

A

But if you'd only seen it, the above game could have been played with 6 fewer moves and a much better score!

S P E C K

P E C K

P E A K

P E A

P A

A

License

License

All code and documentation are (c) 2022 Kyle Simpson and released under the MIT License. A copy of the MIT License is also included.

dwordly-game's People

Contributors

getify avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.