stonegao / t3tr0s-slides

interactive guide to tetris in cljs

Home Page:http://shaunlebron.github.io/t3tr0s-slides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

interactive guide to tetris in cljs

http://shaunlebron.github.io/t3tr0s-slides


Languages

Language:Clojure 96.9%Language:CSS 1.5%Language:HTML 1.4%Language:Shell 0.2%