Skip to content

yatoenough/wordle-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Game CLI

A command-line Wordle game, wrote it for fun in a few hours

Installation

git clone https://github.com/yourusername/wordle-cli.git
cd wordle-cli

Usage

Make

make run

or

make build
./dist/wordle

Go

go run cmd/wordle/main.go

How to Play

  • Guess a 5-letter word
  • 🟩 Green = correct letter, correct position
  • 🟨 Yellow = correct letter, wrong position
  • ⬜ Gray = letter not in word
  • Win in 6 tries or less

About

Command-line Wordle game written in Go

Topics

Resources

Stars

Watchers

Forks