DesOneDex996 / Wordle

Word game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordle

This is a word game inspired by the original Wordle to run in the command line. It can be played in english or in spanish.

How to run it

  1. Open a terminal
  2. Open the location in which you want to download the project
  3. Download the repo: git clone git@github.com:CarolinaCampi/Wordle.git
  4. Open the new Wordle folder: cd Wordle
  5. Build the jar file: ./gradlew jar
  6. Execute the jar file: java -jar build/libs/Wordle-1.0-SNAPSHOT.jar

About

Word game

License:GNU General Public License v3.0


Languages

Language:Java 100.0%