Tetris in Clojure! 🕹️
- Clone the project
- Run the project via Leiningen using
lein run
.
You need to have Leiningen installed on your machine.
- enter - Start game.
- a - Moves current piece left.
- d - Moves current piece right.
- s - Moves current piece down.
- e - Rotates current piece.
- Quil - Drawing framework
- Kenny.nl 1-Bit Pack - Sprites
- Salvatore Tosti - Initial work - SalvatoreTosti
This project is licensed under the Eclipse Public License 1.0 - see the LICENSE.md file for details