Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 450 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 450 Bytes

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