A basic implementation of Tetris using Clojure. Text based graphics using the clojure-laterna library (http://sjl.bitbucket.org/clojure-lanterna/).
Clone the repo:
git clone https://github.com/apesic/clojure-tetris.git
Run using Leiningen:
lein run
- Implement multi-threading
- Refactor!
- Score tracking
- Next block
- Wall kick
- Redo gui with OpenGL