├── README.md └── tiny-twitch.html /README.md: -------------------------------------------------------------------------------- 1 | # tiny-twitch 2 | A tiny html/javascript game whose source code fits in one tweet (back when Tweets were limited to 140 characters!). See how many times you can click the 'X'! 3 | 4 | Articles on [Engadget](http://www.engadget.com/2015/07/01/tiny-twitch-140-character-video-game/), [BoingBoing](http://boingboing.net/2015/06/30/tiny-twitch.html), [RPS](http://www.rockpapershotgun.com/2015/06/30/tiny-twitch/) 5 | 6 | # [Play](http://www.alexyoder.net/tiny-twitch.html) 7 | 8 | Inspired by a challenge from [Ben Porter](http://www.twitter.com/eigenbom). 9 | -------------------------------------------------------------------------------- /tiny-twitch.html: -------------------------------------------------------------------------------- 1 |
X
2 | --------------------------------------------------------------------------------