https://github.com/tamdilip/wordle
Inspired from Wordle app with additional option to generate a new game with customized word to share with other players.
https://github.com/tamdilip/wordle
angularjs1 game-sharing javascript mobile-first nodejs rest-api word-game word-guesser wordle-assistant wordle-solver
Last synced: 10 months ago
JSON representation
Inspired from Wordle app with additional option to generate a new game with customized word to share with other players.
- Host: GitHub
- URL: https://github.com/tamdilip/wordle
- Owner: tamdilip
- Created: 2022-01-11T15:27:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T10:19:30.000Z (about 3 years ago)
- Last Synced: 2025-02-12T10:43:29.728Z (about 1 year ago)
- Topics: angularjs1, game-sharing, javascript, mobile-first, nodejs, rest-api, word-game, word-guesser, wordle-assistant, wordle-solver
- Language: HTML
- Homepage: https://wordlee.onrender.com/
- Size: 3.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔠 wordle [WIP]
[](https://wordlee.onrender.com/)
[](https://codesandbox.io/s/github/tamdilip/wordle)
Inspired from Wordle app to built with additional options -
▪️Generate a game with your customized word and challenge with others.
▪️More than one word a day to play as many as you like.
▪️PWA support to install as a standalone android like app.
▪️Native web share API to share customized game share link and scores as emoji with trend.
▪️Server side validation, unlike the original one with client side solution visible in local storage.
### Local setup
```sh
$ git clone https://github.com/tamdilip/wordle.git
$ cd wordle
$ npm start
```
## APP UI
### Wordle
> https://wordlee.onrender.com/

### Scrambler
> https://wordlee.onrender.com/scrambler

**Happy coding :) !!**