eneko / WordleCLI

A command line version of the popular Wordle game, written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordleCLI

A command line version of the popular game Wordle.

Screen Shot 2022-01-04 at 20 36 10

For the original game, see: https://www.powerlanguage.co.uk/wordle/

Usage

$ swift run
Welcome to Wordle, here is a random puzzle:
▯ ▯ ▯ ▯ ▯
▯ ▯ ▯ ▯ ▯
▯ ▯ ▯ ▯ ▯
▯ ▯ ▯ ▯ ▯
▯ ▯ ▯ ▯ ▯
▯ ▯ ▯ ▯ ▯
Please enter a 5 letter word:
PEACE

Yellow letters mean the letter is in the word, but at a different position.

Green letters mean the letter is in the correct position.

Have fun!

About

A command line version of the popular Wordle game, written in Swift


Languages

Language:Swift 100.0%