Skip to content

DesOneDex996/Wordle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%