Tetris Attack Clojurescript Clone

This is a clone of puzzle game Tetris Attack in Clojurescript.

You can find the full source at: https://github.com/jamiely/simple-clojure-game

Objective

Clear the colored blocks before the stack rises to the top. Garbage blocks will fall from the top of the screen. You can clear them by creating an adjacent match.

Controls

  • ENTER/SPACE - Swap blocks
  • Arrow keys - Move cursor
  • N - Restarts the game
  • R - Force another row to be added