Skip to content

jamesurobertson/trumple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trumple

Clone of Wordle Built using React and styled-components.

Live Link

To Run Locally:

Run the following commands:

$> git clone https://github.com/jamesurobertson/trumple.git
$> cd trumple
$> npm install
$> npm run start

Word List

The 5,757 word list comes from Donald Knuth's The Stanford Graphbase

Configuration

In the config file there are many configurations you can set up which will automatically take effect. Inlcuding:

  • Max guesses (# of rows)
  • Word Length
  • Grid gap and tile size
  • Flip and win animation duration and delay.
  • Title displayed in the Header.
  • Emoji's on the shareable button.
  • Colors for correct, present, absent, and unguessed tiles. For theme colors you can navigate to theme.js

If you change the colors, be sure to change the emojiMap as well or the shareable game result won't work properly. If you change the word length you will need to provide a new list of words in words.js. I have only included 5 letter words.

Contributing

Feel free to open an issue or submit a PR for review.

About

React clone of Wordle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •