Skip to content

coryveilleux/Murdle

 
 

Repository files navigation

💀 Murdle

Murdle was adapted from word-guessing-game using React, Typescript, and Tailwind.

Clone the repository and perform the following command line actions:

$ cd murdle
$ yarn && yarn start

To build/run docker container:

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

About

I want to play a game...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • HTML 1.1%
  • Other 0.6%