squarism / Tatris

A clone of a popular block game done in Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tatris

A "falling blocks game" written in Processing. Some notable features:

  • True random pieces - you'll never get 3 "line pieces" in a row. Or any other piece for that matter.
  • Sound effects - disable option
  • Offscreen rendering for effects when pausing etc
  • Increasing difficulty, although it's not very hard to play for a long time

Default controls:

  • Left Arrow = Left
  • Right Arrow = Right
  • Up Arrow = Rotate
  • Down Arrow = Down one line
  • Space = Drop piece
  • ESC = Menu / Pause

See it in action.

A post about how this was made.

TODO:

  • Occasional and hard to replicate Piece dropping bug, need to rework entire grid design

About

A clone of a popular block game done in Processing


Languages

Language:Processing 100.0%