Skip to content

gajananpp/word-game

Repository files navigation

Word Game

Try to get maximum words before time runs out.

Demo GIF

Play:

https://gajananpp.github.io/word-game

Building from source:

git clone https://github.com/gajananpp/word-game.git

cd word-game

npm install

# For development
npm run dev

# For production build
npm run build
npm run preview