A word game inspired by the original Wordle to run in the command line.

Overview

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 [email protected]: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
You might also like...

Minecraft Fabric mod for Stardew Valley-inspired hotbar swapping

Minecraft Fabric mod for Stardew Valley-inspired hotbar swapping

HotbarCycle Minecraft Fabric mod for Stardew Valley-inspired hotbar cycling. Developed for 1.18.1. Features Adds 2 keybinds: Swap Hotbar (Default: H):

Jan 8, 2023

My Game Engine tested via my Cubecraft Game

My Game Engine tested via my Cubecraft Game

My Game Engine tested via my Cubecraft Game Install: mvn -P {your OS name} clean install mvn -P mac clean install mvn -P linux clean install mvn -P wi

Oct 3, 2022

BattleShip-Game - This repository contains the code of the BattleShip (Bataille Navale) game programmed in Java.

Bataille Navale Auteur : SABIL Mohamed Amine Comment générer la documentation ? Placez vous dans le sous-dossier src : pour générer la documentation d

Jan 4, 2022

Snake-Game - A simple snake game written in java.

Snake-Game - A simple snake game written in java.

What's this? A simple snake game written in java. How to play Download the latest release. Ensure that a compatible java runtime is installed (optimal

Oct 31, 2022

Othello PvP (2-Player) Game Application created in Java using Swing and AWT, for playing the Othello game

Othello PvP (2-Player) Game Application created in Java using Swing and AWT, for playing the Othello game

Othello PvP (2-Player) Game Application created in Java using Swing and AWT, for playing the Othello game, a simple game that played on an 8 by 8 checkered board with 64 double-sided black and white discs. The game is easy to learn, but it takes time to master and develop winning strategies.

Feb 28, 2022

The game is a 2D side scrolling system, where a player moves left, right, vertically or diagonally to traverse the game.

The game is a 2D side scrolling system, where a player moves left, right, vertically or diagonally to traverse the game.

The game is a 2D side scrolling system, where a player moves left, right, vertically or diagonally to traverse the game.

Sep 11, 2022

A simple puzzle game made with Unity to practice the game engine

A simple puzzle game made with Unity to practice the game engine.

Mar 30, 2022

A basic representation of the 0-player game, "Game-of-Life", a simple example of basic cellular automata

A basic representation of the 0-player game,

Game-Of-Life-Basic A basic representation of the 0-player game, "Game-of-Life", a simple example of basic cellular automata. A cellular automaton is a

Oct 27, 2022

using LWJGL to make a mini minecraft (mac also can run)

using LWJGL to make a mini minecraft (mac also can run)

MineCraft Mini Features MineCraft Lite in Java and OpenGL Physics simulation, water simulation Perlin noise algorithm to generate maps Directional flo

Jan 4, 2022
Comments
  • Uppercase answers not working in Spanish

    Uppercase answers not working in Spanish

    When the answer is given in uppercase in Spanish it incorrectly marks it as a wrong answer. But uppercase seems to work in English.

    Por favor, escriba su primer palabra:
    --> 1) LUPUS
    Resultado: LUPUS
    A B C D E F G H I J K L M N Ñ O P Q R S T U V W X Y Z 
    --> 2) LUPUS
    Resultado: LUPUS
    A B C D E F G H I J K L M N Ñ O P Q R S T U V W X Y Z 
    --> 3) lupus
    Resultado: LUPUS
    
    FELICITACIONES! HA GANADO! :)
    
    Please write down your first guess:
    --> 1) KOINE
    Result: KOINE
    
    CONGRATULATIONS! YOU WON! :)
    
    opened by lodenrogue 1
  • Replaced ArrayList with List interface

    Replaced ArrayList with List interface

    This applies the Liskov Substitution Principle that is part of the SOLID principles which basically states that we should be programming to an interface rather than an implementation. ArrayList is an implementation of the List interface.

    opened by lodenrogue 0
Owner
null
A tool that can calculate the average solution set for a first guess in the game of Wordle

word-distances A tool that can calculate the average solution set for a first guess in the game of Wordle. Yes, the name isn't great -- I initially ha

null 1 May 2, 2022
A program that helps you beat the Wordle game

WordleHelper A program that helps you beat the Wordle game Usage: java -jar WordleHelper.jar [-c [maxTries]] Or just double-click the program icon to

MCUmbrella 7 Dec 8, 2022
WordleCracker - This bot is designed for guessing 5 letter words for the trending game wordle

WordleCracker This bot is designed for guessing 5 letter words for the trending game wordle. The user informs about the status of the game by giving i

Shawon Majid 3 Nov 7, 2022
This script attempts to solve todays Wordle.

Solve Wordle with a Bang! This script attempts to solve todays Wordle.

Max Rydahl Andersen 12 Jul 27, 2022
Wordle Solver - Built With Java Spring Boot + React.js

Get a little Wordle help using information theory.

Miguel Valarao 7 Aug 30, 2022
Prototype of Wordle solving algorithm

AWordle This time you Wordle the program. 'AWordle' stands for 'Automated Wordle' or 'Anti-Wordle', or something else I don't care what you think it i

MCUmbrella 1 Feb 5, 2022
eWordle: an extended version of Wordle with full-featured helper.

eWordle An extended version of Wordle (Mini Project of EBU4201) with full-featured helper. How to Play Guess the Wordle word in tries just one more th

Mingchun 6 Jun 11, 2022
Essentials - Minecraft server command mod - Adds over 100 commands for use in-game to help manage a server

Essentials Development Readme The official repository is at: https://github.com/essentials/Essentials We use NetBeans 7.3 for development. Recommended

Essentials 811 Jan 7, 2023
DnD Plugin submission using Atlas. Plugin inspired on the TrollGUI bukkit plugin

?? PunishGUI DnD Plugin submission using Atlas. Plugin inspired on the TrollGUI bukkit plugin ?? Dependencies ?? Paper 1.18 ?? Atlas ?? Commands /hell

null 1 Jan 19, 2022
Minecraft Fabric mod for Stardew Valley-inspired hotbar swapping.

HotbarSwap Minecraft Fabric mod for Stardew Valley-inspired hotbar swapping. Developed for 1.18.1. Features Adds 2 keybinds: Swap Hotbar (Default: H):

null 6 Sep 19, 2022