/cringe_word_rem

Rewritten of https://github.com/PrajwalCH/CringeWordcxe in rust

Primary LanguageRustMIT LicenseMIT

Cringe Word

It's a basic game where a word (with shuffled letters) will be given and you have guess what it is.

Building from source

  • clone this repo

    git clone https://github.com/PrajwalCH/cringe_word_rem
    cd cringe_word_rem
  • place the words_data.txt file on your HOME dir.

    cp/mv words_data.txt $HOME

    It's important to have the same name and location of file. You can append the new word on data file by placing it to new line.

  • Finally compile and run

    cargo build
    cargo run
    
    # or directly
    cargo run