Skip to content

ftick/smash-wordle

 
 

Repository files navigation

Randle

This is Wordle using words related to Smash and its competitive scene, ft. players, major tournaments, techniques, stages, characters, you name it. Made using React, Typescript, and Tailwind.

image

Try out this Smash-themed clone here!
If you're interested, check out the demo and source code of the project this is based on

ko-fi

Build and run

To Run Locally:

Clone the repository and perform the following command line actions:

$> cd smash-wordle
$> npm install
$> npm run start

To build/run docker container:

Development

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

Open http://localhost:3000 in browser.

Production

$> docker build --target=prod -t game:prod .
$> docker run -d -p 80:80 game:prod

Open http://localhost in browser.

About

Wordle but it's all things competitive Smash

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages

  • TypeScript 99.5%
  • Other 0.5%