neighbor-peace / tetris

Tetris made with vanilla Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tetris

Goals

  • Increase understanding of functional programming and Javascript
  • Take first steps into learning game programming

Lessons Learned

  • Draw using the canvas element
  • Animate using requestAnimationFrame()
  • Play music using HTMLMediaElement

Try It Using the Link Below

https://neighbor-peace.github.io/tetris/

About

Tetris made with vanilla Javascript


Languages

Language:JavaScript 62.5%Language:HTML 31.1%Language:CSS 6.4%