MemoDraw is a website game based on the funny concept of the game "I Packed My Bag", mixing memory and drawing.
- The first player draws a first picture
- The second player has to redraw the previous player's drawing from memory and add a new one
- The third player must reproduce the previous drawings from memory and add a new one
- And so on
The first to make a mistake or forget a drawing is disqualified.
Install the dependencies :
npm install
Start the development sever :
npm run dev
npm test
npm run lint
The engine can be found here.