Skip to content

Tetris that allows you to compete with friends online

License

Notifications You must be signed in to change notification settings

Boberkraft/tetris

Repository files navigation

Tetris

This is a project to test common lisp with OpenGL

How to start?

Turn on Common lisp:

sbcl

;; add path to asdf so it can be localized be quicklisp
;; or you can just put the git repo to ~/quicklisp/local-projects/
(push #p"C:/Users/user/Desktop/PATH-TO-REPO/" asdf:*central-registry*)

(ql:quickload :testing-rendering) ; load up
(play :start)

Multiplayer added

(now you can play versus yourself, or something.) animation

Third iteration

(added option to have draw multiple games at once.) animation

Second iteration

animation

First iteration

animation

About

Tetris that allows you to compete with friends online

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published