jdbonicel / Tetris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tetris JD

This is an example how create tetris just with native JavaScript.

ScreenShot: alt tag

///////////////////////////////////////////////////////////////

Requirement:

  • node

///////////////////////////////////////////////////////////////

Open 1 terminal:

  • Install all dependencies: npm install

  • Run the Webpack Dev Server with the command line : npm run dev

  • Go to http://localhost:8080

///////////////////////////////////////////////////////////////

About


Languages

Language:JavaScript 88.9%Language:CSS 8.4%Language:HTML 2.7%