Skip to content

Wordle is a puzzle-game where player has to guess 5-letter word with 6 guesses. This version of Wordle called wordl and is written in go

Notifications You must be signed in to change notification settings

ArtyomArtamonov/wordl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordl

Guess a word in 6 tries.

  • If a letter presents in a word, then it will be written in upper case

  • If a letter is in the same position, then it will be underlined

Word is an 5-letter english noun. Good luck

Quick start

To play, go to a cmd folder:

$ cd ./cmd

then run the program

$ go run .

Preview

About

Wordle is a puzzle-game where player has to guess 5-letter word with 6 guesses. This version of Wordle called wordl and is written in go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages