Tetris - play
Classic tetris game built with MongoDB, Flask and React.js
the project uses MongoDB to store highest 10 scores.
- Create mongodb database called
tetris
- Create
scores
collection - Run
mongod
Run script/server
script to start Flask server;
cd
intoserver
folder- install
pip
dependencies - and run the
server.py
Run script/frontend
script to;
- install
npm
dependencies - start
dev
server