Skip to content

ilaydaucar/tetris

 
 

Repository files navigation

Tetris - play

Classic tetris game built with MongoDB, Flask and React.js

How to run locally

Database

the project uses MongoDB to store highest 10 scores.

  • Create mongodb database called tetris
  • Create scores collection
  • Run mongod

Server

Run script/server script to start Flask server;

  • cd into server folder
  • install pip dependencies
  • and run the server.py

Frontend

Run script/frontend script to;

  • install npm dependencies
  • start dev server

MIT © Mert Kahyoağlu

About

Tetris game built with React.js, Flask & MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.7%
  • CSS 8.9%
  • Python 6.3%
  • HTML 1.7%
  • Shell 0.4%