miguelpduarte / Small-JS-Browser-games

Learning JS through creating simple 2d browser games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My attempt to learn some JS through creating some small 2d browser games.

Currently made games:

  • Brick Break aka Breakout
  • Pong
  • Tetris (not 100% but close enough)
  • Minesweeper (same as above)

Currently working on:

  • ?

To do:

  • Make Tetris loseable, add score counter, among others
  • Implement powerups in Pong

Disclaimer:

The code here is provided as is, and I hold no responsibility for anyone learning bad practices with it, as this is nothing but a sandbox for myself to learn and experiment in.

About

Learning JS through creating simple 2d browser games


Languages

Language:JavaScript 91.6%Language:HTML 7.7%Language:CSS 0.7%