An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 🔠 wordle [WIP]

[![Live demo](https://img.shields.io/badge/Render-Live%20demo-violet?style=flat-square&logo=render&logoColor=violet)](https://wordlee.onrender.com/)
[![Open in CodeSandbox](https://img.shields.io/badge/CodeSandbox-Ready--to--Code-green?style=flat-square&logo=codesandbox)](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/

![Image of demo-ui](https://raw.githubusercontent.com/tamdilip/wordle/main/public/images/docs/0_demo_pwa_collage.jpg)

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

![Image of demo-scrambler-ui](https://raw.githubusercontent.com/tamdilip/wordle/main/public/images/docs/93_demo_scrambler.png)

**Happy coding :) !!**