{"author_link":"\/author\/randomm00\/","author_name":"RandomM00","author_uid":"3221","comments":[{"author_name":"Red Mike","author_uid":"14718","time":"Aug 26, 2013 @ 9:30am","epoch":1377509100,"text":"Interesting idea. Couldn't really figure it all out. Very Pratchett-y style of story, especially the death scene."},{"author_name":"tiffi","author_uid":"21552","time":"Aug 26, 2013 @ 9:49am","epoch":1377510240,"text":"+1 for text adventure"},{"author_name":"William Bundy","author_uid":"8500","time":"Aug 26, 2013 @ 10:03am","epoch":1377511080,"text":"tar doesn't like your gzips. \r<br\/>\r<br\/>gzip: stdin: not in gzip format\r<br\/>tar: Child returned status 1\r<br\/>tar: Error is not recoverable: exiting now"},{"author_name":"rustybroomhandle","author_uid":"10871","time":"Aug 26, 2013 @ 10:53am","epoch":1377514080,"text":"Yay text adventure! Nice interpretation of 'ten seconds' too :p"},{"author_name":"entrusC","author_uid":"15445","time":"Aug 26, 2013 @ 11:45am","epoch":1377517200,"text":"Nice idea - and interesting choice of programming language!\r<br\/>\r<br\/>And to William Bundy: the file is obviously a zip file and not a gzip file ;) - try using unzip"},{"author_name":"ratalaika","author_uid":"25607","time":"Aug 26, 2013 @ 11:51am","epoch":1377517560,"text":"Nice story and nice work :)!"},{"author_name":"manabreak","author_uid":"11177","time":"Aug 26, 2013 @ 11:55am","epoch":1377517800,"text":"I... didn't understand a thing. :D"},{"author_name":"sirtetris","author_uid":"26418","time":"Aug 26, 2013 @ 12:02pm","epoch":1377518220,"text":"@William Bundy:\r<br\/>Despite the *.tar.gz file name it's not zipped.\r<br\/>\r<br\/>$ file tenth-second-linux.tar.gz \r<br\/>tenth-second-linux.tar.gz: POSIX tar archive (GNU)\r<br\/>\r<br\/>If it were zipped it would look like this\r<br\/>\r<br\/>$ file test.tar.gz \r<br\/>test.tar.gz: gzip compressed data, from Unix, last modified: Mon Aug 26 13:56:19 2013\r<br\/>\r<br\/>so simply run\r<br\/>$ tar -xvf tenth-second-linux.tar.gz\r<br\/>instead of\r<br\/>$ tar -xzvf tenth-second-linux.tar.gz\r<br\/>\r<br\/>\r<br\/>@RandomM00:\r<br\/>Consider renaming the file to tenth-second-linux.tar to avoid confusion."},{"author_name":"Delca","author_uid":"24934","time":"Aug 26, 2013 @ 4:12pm","epoch":1377533220,"text":"I could not see how this them could be interpreted differently than &quot;10 units of time&quot;. Thanks for showing me !\r<br\/>That being said, I liked text adventures and I never finished a single one of them ; guess I am not that good with them."},{"author_name":"Latcarf","author_uid":"19457","time":"Aug 28, 2013 @ 11:07pm","epoch":1377730920,"text":"I can't figure out how to progress, but maybe that's because I'm tired. Interesting idea though."},{"author_name":"Endurion","author_uid":"103","time":"Aug 29, 2013 @ 11:42am","epoch":1377776220,"text":"Cool idea, but weird language choice :)\r<br\/>\r<br\/>Is there a way to restart the game without restarting the server?\r<br\/>\r<br\/>I dropped the grenade and went under deck."},{"author_name":"KunoNoOni","author_uid":"6464","time":"Aug 30, 2013 @ 3:48pm","epoch":1377877380,"text":"I agree with tiffi +1 for text adventure!"},{"author_name":"ShiverGaming","author_uid":"24633","time":"Sep 2, 2013 @ 3:52pm","epoch":1378136820,"text":"Confused, ran out of time to play it IRL, but from what I played of it, it looks fun."},{"author_name":"Christina Nordlander","author_uid":"20504","time":"Sep 15, 2013 @ 7:55pm","epoch":1379274600,"text":"Good job on programming, and the writing is absolutely hilarious, but I used up two of the items and still am not quite sure what I need to do to win the game.\r<br\/>\r<br\/>Possible bug:\r<br\/>\r<br\/>\r<br\/>SPOILER\r<br\/>\r<br\/>After firing the grenade at the enemy ship, I still got a message saying that the grenade exploded inside the cannon."}],"images":["ld27\/3221-89c15b78e9578d032f6fcd27d122f51d.jpg","ld27\/3221-cecc950720d974b87de78553d69c6cea.jpg"],"links":[{"url":"https:\/\/dl.dropboxusercontent.com\/u\/16895250\/ld27\/tenth-second-windows.zip","text":"Windows"},{"url":"https:\/\/dl.dropboxusercontent.com\/u\/16895250\/ld27\/tenth-second-linux.tar.gz","text":"Linux"},{"url":"https:\/\/dl.dropboxusercontent.com\/u\/16895250\/ld27\/tenth-second-source.tar.gz","text":"Source"}],"metadata":{"g_key":"23568","g_author":"3221","g_event":"LD27","g_eventkey":"18","g_subevent":"COMPO","g_urlkey":"23598","g_title":"Tenth Second","g_status":"UCHK1","g_place":"1027","g_commentcount":"14","g_site2_node_id":"0","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":[],"node":null,"orig_images":["http:\/\/ludumdare.com\/compo\/wp-content\/compo2\/\/273708\/3221-shot0.png-eq-900-500.jpg","http:\/\/ludumdare.com\/compo\/wp-content\/compo2\/\/273708\/3221-shot1.png-eq-900-500.jpg"],"text":"I hope the game makes sense. I'm extremely tired.\r\nIt's a text adventure (you have been warned) aimed at being short and entertaining.\r\n\r\nI've included stdc++6.dll in the Windows archive incase it is required. I'm not sure what dlls Go programs need.\r\n\r\nTo run the game after extracting the archive you should be able to double click on it on Windows. On Linux you need to open a terminal and cd into the folder with the game in, then run \".\/tenth-second\".\r\nTo extract the archive on Linux you can use a GUI or run \"tar xvf tenth-second-linux.tar.gz\" from the directory with the archive in.\r\n\r\nOn both OSes you should get the intro in the command line and be able to play by typing commands in or by pointing your browser at \"http:\/\/localhost:25565\/\".\r\nThe game runs a webserver on port 25565. Windows will probably tell you it blocked this feature.\r\n\r\nThe game is written in Go (golang.org) using just the standard library. You should be able to compile it be opening a terminal in \"ifl\/ld27\", after extracting the source archive, and running \"go build main.go\".\r\nThe game should work on Linux, Mac OS X and Windows. You need Go 1.1 or later (as far as I've been able to find out).","title":"Tenth Second"}