Code Monkey home page Code Monkey logo

verble's Introduction

Verble

Verble is a command-line version of Wordle that mainly features verbs, with a few nouns thrown in. Here's how you can install and play the game:

Github actions

  • The game is automatically built with Github actions, so you can download it from "releases"

Installation with PyInstaller

  • Install PyInstaller
  • Download the Verble repository as a ZIP file to your local machine, extract it to a folder, and navigate to that folder in your terminal.
  • In your terminal, run the following command(Replace "path/to" with the actual path to the Verble repository): pyinstaller --name "Verble" --add-data "path/to/Verble/words;words" --onefile --clean path/to/Verble/src/main.py --icon=path/to/Verble/icon.ico
  • The executable will be created in the <folder>/dist folder
  • Run the executable to play the game

Installation from sources

  • Clone the repo and install Miniconda
  • In your terminal, run the command
    conda create --name <env> --file requirements.txt
  • Activate the environment with conda activate <env>
  • Run the game with python src/main.py

How to play

  • You have six attempts to guess a five-letter verb which may have multiple instances of the same letter
  • After every guess, each letter is marked as either green, yellow or red
    • Green : letter is correct and in the correct position
    • Yellow : letter is in the answer but not in the right position
    • Red : letter is not in the answer at all

Data

verble's People

Contributors

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