A sort of single screen microgod game that is roughly 10% complete but functional. Free download for macOS. Windows build coming soon. More on the itch.io page.
Tag: 6 hour projects
Blubox – A Metafilter TV Channel
I’m happy to present to you the newest entry in the long-lost 6 hour projects (this one took more like 2) section here at Extra Future: blubox.
blubox is a script and page that takes the most recently posted videos on Metafilter.com and puts them into a YouTube playlist. The source code is available on Github.
Tybor, the Extra Future chat bot, Lives!
[I spent last night making some needed fixes and changes to XFU’s resident learning chat bot, Tybor][link]. His brain is now stored in a SQLite database, making him much faster and more portable. He even works on iOS and Android phones.
[link]: http://extrafuture.com/code/tybor “Say Hello to Tybor”
Introducing Twitov
[Twitov is a generative text bot that takes your Twitter history file and uses it to make new Tweets based on your own personality.][link] It’s free, all you need is your Twitter history file.
[link]: http://twitov.extrafuture.com/ “Twitov”
Twitov is an Extra Future 6-hour project that ballooned into a week-long one. Whoops. Previous ExFu 6-hour Projects include [Kove][kove] (a community-editable Choose Your Own Adventure Game), [Liblr][liblr] (Something like Mad Libs for Twitter), and [Kreskin][kreskin] (An app that generates album covers for fictional bands based on real Flickr images, Wikipedia, and famous quotes).
[kove]: http://kove.extrafuture.com “Kove”
[liblr]: http://liblr.com “Liblr”
[kreskin]: http://kreskin.extrafuture.com “Kreskin”
Introducing Kreskin, A Band/Album Generator
[Kreskin is an album generator][kreskin], which essentially automates the Wikipedia Band Name Game. To wit:
[kreskin]: http://kreskin.extrafuture.com “Kreskin”
1. Go to the [Random article page][wiki] on Wikipedia. The page it goes to is your band name.
2. Go to [Flickr’s most interesting photos for the last 7 days][flickr]. Find the third image. That is your band’s album cover.
3. Go to the quotations page and pick the last quote on the [Random Quotes page][quotes]. The last three words of this quote is the title of your album.
[wiki]: http://en.wikipedia.org/wiki/Special:Random “Random Wikipedia Page”
[flickr]: http://www.flickr.com/explore/interesting/7days/ “Flickr: Explore interesting photos from the last 7 days”
[quotes]: http://www.quotationspage.com/random.php3 “Random Quotes”
You have likely played this game on a grey workday afternoon, but Kreskin makes the process much easier. Using the sources above, Kreskin grabs the needed information and presents you with a lovely image with a permalink that you can pass around, no manual labor needed. Kreskin also picks from a random assortment of freely-licensed web fonts to snazz up your album covers.
Kreskin is an [Extra Future 6-hour Project][6].
[6]: http://extrafuture.com/tag/6-hour-projects “Six-Hour Projects”
[This of it as a wiki-style take on the classic book genre][link]. Just sign in via Twitter OAuth and start adding and editing pages. All content is published under a CC-BY license. There is also [an atom feed of new pages][feed].
[link]: http://kove.extrafuture.com/”Kove”
[feed]: http://kove.extrafuture.com/feed “Kove New Pages Feed”
Kove is an [Extra Future 6-Hour Project][6].
[6]: http://extrafuture.com/tag/6-hour-projects “6-Hour Projects”
Liblr, The Twitter Mad Lib Machine
[Liblr][liblr] is an [Extra Future 6-hour Project][6] which takes the public Twitter stream and lets your replace one phrase with another, in the name of fun. An example, taking the phrase [‘had sex’ and replacing with ‘played scrabble’][example] gives you gems like the following:
>Is it normal for a 21 year old boy to have played scrabble with about 30 woman in his whole life..??? wow idk
I hope you enjoy it.
[liblr]: http://liblr.com “Liblr”
[6]: http://extrafuture.com/tag/6-hour-projects/ “List of 6-Hour Projects”
[example]: http://liblr.com/welcome?replace=had+sex&replacement=played+scrabble “Replace on Liblr”
Mote, the Amazon S3 Music Player
[Mote began as a 6-hour project and slowly changed into a 12-hour one][link]. It takes the contents of any Amazon S3 bucket, checks for audio files and lets you play them like an album. It defaults to using HTML5’s audio tag, and falls back to Flash if your browser does not support HTML5.
Mote is clever enough to know if your browser supports any of the specific kinds of files in the bucket (say, M4A in Firefox) and if not, will fall back to Flash for those files.
[link]: http://mote.extrafuture.com/ “Mote, the Amazon S3 Music Player”
Tybor, The Extra Future Chat Bot
Adding to the pile of Extra Future [6-hour projects][hour], I present to you: [Tybor, a Markov chat bot][link]. He is a chat bot based on the Hailo perl package, with a custom retro-styled HTML5/CSS3 interface written by me.
He also has a jabber account, which Google Talk/Google Apps users can talk to by adding the user *tybor* at *extrafuture dot com* to their contact list.
[link]: http://extrafuture.com/code/tybor/ “Tybor”
[hour]: http://extrafuture.com/tag/6-hour-projects/ “6 Hour Projects”
As another one of Extra Future’s [6-hour projects][6], I present the following: [Fullness][link], a web page which displays today’s date (22 February 2010). Each second that passes from the moment the page was made live will “age” it, blurring the text. As the viewer’s memory of the page ages and deteriorates so will the page itself, until eventually the text is entirely obscured and unreadable.
In about 5 years, the text will be one big smear. It will be be impossible to visually tell that it was ever text at all.
[link]: http://extrafuture.com/age/ “Fullness”
[6]: http://extrafuture.com/tag/6-hour-projects “Extra Future: 6-Hour Projects”
Introducing FRMT.me
[FRMT.me is an online CSS formatter][link] using the Extra Future house style rules, which I’ve yet to codify here but will soon. It is one of my 6-hour projects, and as such is considered a sibling to [Megaman II’s Intro in HTML, CSS, and jQuery][mm2].
House style on the name is to print the domain all caps and the TLD in lowercase, like so: FRMT.me.
[link]: http://frmt.me “FRMT.me Formats CSS”
[mm2]: http://extrafuture.com/mm2/
Megaman II’s Intro Animation In HTML
Created by yours truly. No Flash, just CSS, HTML5, and jQuery. The animation is very not smooth in Firefox, but works great in Safari and Chrome.
[You can check it out here.][link]
[link]: http://extrafuture.com/mm2/ “Megaman II Intro”
Using the scrollbar to bring the view upward was a stylistic choice, it could’ve just as (if not more) easily done in a single “screen”, but what’s the fun in that? The demo uses the jQuery [backgroundPosition-Effect][plugin] plugin to achieve the parallax scrolling effect, and the new Javascript audio capabilities introduced by the HTML5 group. The timing may not work very well on older machines.
[plugin]: http://plugins.jquery.com/project/backgroundPosition-Effect “jQuery Plugins: backgroundPosition-Effect”