Skip to content

edwardminaya/wordle-clone-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Clone

This is a simple program that clones the wordle game. If you have not played it you can check it out here from New York Times. Wordle

This project is to practice my programming skills and learn how to refactor and improve the code over time.

Installation

I was able to find a word list from sourcing the web. There are plenty of lists out there but I chose this one. List

You can clone the app to your machine and run in your terminal.

Usage

Run the wordle.rb file in your command line.

Screen-2023-05-18-142009.mp4

The current version wil prompt user to enter a guess. Each guess will appear at the top with green, yellow or grey letters indicating which letters are in the correct spot, in the word but not in the correct spot and not in the word. After 5 tries the program will end by displaying the target word.

Future Developments

  • Add feature to track each games number of tries it took to guess the target word.
  • Add feature to display definition of target word.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages