Giter Club home page Giter Club logo

wordy's Introduction

Wordy

Wordy is a word spelling puzzle.

You have 6 guesses to find out the secret 5-letter word.

1.png{width=400}


  • If a letter appears green, that means that this letter exists in the secret word, and is in the right position.

  • If a letter appears yellow, that means that this letter exists in the secret word, but is in NOT the right position.

  • If a letter appears red, that means that this letter does NOT appear in the secret word AT ALL.

green.png{width=40} yellow.png{width=40} red.png{width=35}


As mentioned above, there are 6 guesses to find the secret word.

3.png{width=400}

4.png{width=400}

5.png{width=400}

6.png{width=400}


Usage

Through the main menu, the player can

  • Start a new game

13{width=400}

  • Read the game rules

12{width=400}

  • Check Game Statistics

statistics{width=400}

  • Configure Game

10{width=400}

  • Exit Wordy

11{width=150}


While playing, the user can also check out:

  • The letters that have been used

8{width=400}

  • The entire word list

9{width=400}


Dependencies

  • This script is using the word list contained in /usr/share/dict/words.

    If your distro doesn't include this installed, you can install the respective package (wordlist, words) using the respective command (apt, pacman).

  • ADDITIONALLY, if someone wishes to play the game using a different word list, they can do so, through configuring the game.

Configuring

Either within the game (option 4 of main menu) or just by editing $HOME/.config/wordy/wordy.config file, the user can configure these two parameters:

n Variable Explanation Acceptable Values Default Value
1 WORD_LIST The word list used in this game Absolute path of an adequate txt file /usr/share/dict/words
2 PREFERRED_EDITOR Editor to be used to open the config file Any gui or tui text editor nano

Install

From a terminal window, clone the repository and change directory to wordy/

git clone https://gitlab.com/christosangel/wordy.git&&cd wordy/

To run the script from any directory, it has to be made executable, and then copied to $PATH:

chmod +x install.sh&&./install.sh

Run

Just run:

wordy.sh

or from the same directory:

wordy.sh

This TUI game was inspired by wordle

There is another project that might interest you:

https://gitlab.com/christosangel/wordle-solver

Have fun!

wordy's People

Contributors

christosangelopoulos avatar

Watchers

 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.