Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 670 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 670 Bytes

PartyTetris

PartyTetris is a an exciting take on the classic arcade game, built using HTML, CSS, and Javascript with jQueryLite.

jQueryLite is a light-weight DOM manipulation library that I wrote.

PartyTetris!

Details

The logic of PartyTetris is handled in javascript. The styling is designed in CSS, and rendered in javascript using the jQueryLite library. The color-wheel styling is a custom javascript algorithm built to cycle through a specific set of colors continuously, and attach to a block when it is dropped.