This is Wordle using words related to Omega Strikers and its competitive scene, ft. players, major tournaments, slang, stages, characters, you name it. Made using React, Typescript, and Tailwind.
Try out this Omega Strikers-themed clone here!
If you're interested, check out the demo and source code of the project this is based on
Clone the repository and perform the following command line actions:
$> cd coredle
$> npm install
$> npm run start
$> docker build -t game:dev .
$> docker run -d -p 3000:3000 game:dev
Open http://localhost:3000 in browser.
$> docker build --target=prod -t game:prod .
$> docker run -d -p 80:80 game:prod
Open http://localhost in browser.