All Projects → shaunlebron → T3tr0s Slides

shaunlebron / T3tr0s Slides

interactive guide to tetris in cljs

Programming Languages

clojure
4091 projects

Interactive Guide to Tetris in ClojureScript

>> View Slide Here

screen

These are interactive slides that I put together for a Houston.js meetup party celebrating Tetris's 30th birthday.

Setup

For viewing, serve the public/ directory with something like:

$ cd public
$ python -m SimpleHTTPServer

For developing, use npm-cljs:

For minified release build:

Why

The presentation is intended to conclude our work on T3TR0S. You can read our devblog there to see how we built the game in small increments.

Want more code?

This repo presents the essence of our game. But you can see full implementations below:

Thanks

Thanks to Chris Granger for his live-cljs demo, which served as the styling base for this presentation.

And thanks to the T3TR0S team:

  • Elaine Looney
  • Luis Gutierrez
  • Chris Oakman
  • Brett Darnell
  • Phil Gambling
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].