8000 GitHub - kevinwei30/NBAdle: NBA player name word guessing game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kevinwei30/NBAdle

 
 

Repository files navigation

Word Guessing Game - NBAdle

This is a forked and modified version of an open source react-wordle repo (https://github.com/cwackerfuss/react-wordle)

The goal is to guess an NBA player last name in 8 tries. The answer is less than or equal to 10 letters, so Antetokounmpo will never be the answer. Special characters like " . " and " ' " will be ignored, so O'Neal should be ONeal.

In addition, there will be hints popping up when your guess is wrong in 3, 5, 7 rounds. You can check the hints by clicking the lightbulb icon.

Try out NBAdle!

Build and run

To Run Locally:

Clone the repository and perform the following command line actions:

$> cd word-guessing-game
$> npm install
$> npm run start

To build/run docker container:

$> docker build -t game .
$> docker run -d -p 3000:3000 game

Open http://localhost:3000 in browser.

FAQ

How can I change the length of a guess?

How can I create a version in another language?

About

NBA player name word guessing game

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.6%
  • Other 1.4%
0