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/
- Host: GitHub
- URL: https://github.com/dcwarwick/placeble
- Owner: dcwarwick
- License: mit
- Created: 2022-02-03T22:25:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T00:23:15.000Z (over 3 years ago)
- Last Synced: 2025-01-16T00:57:37.420Z (9 months ago)
- Topics: game, guessing, word, wordle
- Language: TypeScript
- Homepage: https://dcwarwick.github.io/placeble
- Size: 1.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```