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

https://github.com/dcwarwick/placeble

An open source word guessing game, inspired by https://xkcd.com/2576/
https://github.com/dcwarwick/placeble

game guessing word wordle

Last synced: 7 months ago
JSON representation

An open source word guessing game, inspired by https://xkcd.com/2576/

Awesome Lists containing this project

README

          

Placeble

This is a clone of a popular word guessing game with an added twist
inspired by https://xkcd.com/2576/. Whatever guesses you make, the
game provides no clues as to what letters are correct, and doesn't
even tell you if you somehow guess the correct word. Welcome to the
control group.

The code for the game is based on https://github.com/hannahcode/GAME,
with many thanks to hannahcode and collaborators for putting the project
together.

_To Run Locally:_
Clone the repository and perform the following command line actions:

```bash
$ cd placeble
$ npm install
$ npm run start
```