Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 427 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 427 Bytes

clojure_tetris

A basic implementation of Tetris using Clojure. Text based graphics using the clojure-laterna library (http://sjl.bitbucket.org/clojure-lanterna/).

Installation

Clone the repo:

git clone https://github.com/apesic/clojure-tetris.git

Usage

Run using Leiningen:

lein run

Todo

  • Implement multi-threading
  • Refactor!
  • Score tracking
  • Next block
  • Wall kick
  • Redo gui with OpenGL