{"author_link":"\/author\/dragonfi\/","author_name":"dragonfi","author_uid":"3799","comments":[{"author_name":"gigimoi00","author_uid":"8560","time":"Dec 17, 2012 @ 6:46pm","epoch":1355769660,"text":"Very cool way to show the mental deterioration of a hero."},{"author_name":"Xavier","author_uid":"15692","time":"Dec 18, 2012 @ 10:03pm","epoch":1355867880,"text":"I can't play it. :( on Lion :(\r<br\/>\r<br\/>$ python main.py \r<br\/>Traceback (most recent call last):\r<br\/>  File &quot;main.py&quot;, line 8, in &lt;module&gt;\r<br\/>    window = pyglet.window.Window(width=800, height=600,\r<br\/>  File &quot;pyglet-1.1.4\/pyglet\/__init__.py&quot;, line 306, in __getattr__\r<br\/>    __import__(import_name)\r<br\/>  File &quot;pyglet-1.1.4\/pyglet\/window\/__init__.py&quot;, line 1669, in &lt;module&gt;\r<br\/>    from pyglet.window.carbon import CarbonPlatform, CarbonWindow\r<br\/>  File &quot;pyglet-1.1.4\/pyglet\/window\/carbon\/__init__.py&quot;, line 69, in &lt;module&gt;\r<br\/>    framework='\/System\/Library\/Frameworks\/QuickTime.framework')\r<br\/>  File &quot;pyglet-1.1.4\/pyglet\/lib.py&quot;, line 90, in load_library\r<br\/>    return self.load_framework(kwargs['framework'])\r<br\/>  File &quot;pyglet-1.1.4\/pyglet\/lib.py&quot;, line 226, in load_framework\r<br\/>    lib = ctypes.cdll.LoadLibrary(realpath)\r<br\/>  File &quot;\/System\/Library\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/ctypes\/__init__.py&quot;, line 431, in LoadLibrary\r<br\/>    return self._dlltype(name)\r<br\/>  File &quot;\/System\/Library\/Frameworks\/Python.framework\/Versions\/2.7\/lib\/python2.7\/ctypes\/__init__.py&quot;, line 353, in __init__\r<br\/>    self._handle = _dlopen(self._name, mode)\r<br\/>OSError: dlopen(\/System\/Library\/Frameworks\/QuickTime.framework\/QuickTime, 6): no suitable image found.  Did find:\r<br\/>\t\/System\/Library\/Frameworks\/QuickTime.framework\/QuickTime: mach-o, but wrong architecture\r<br\/>\t\/System\/Library\/Frameworks\/QuickTime.framework\/QuickTime: mach-o, but wrong architecture"},{"author_name":"DiningPhilosopher","author_uid":"18490","time":"Dec 18, 2012 @ 10:17pm","epoch":1355868720,"text":"I like the concept, though if not an ending the game should at least have some progress. The sprites could be better, only the main character looks good. Nice idea for 'dying', but in a game that relies this heavily on text it would be nice if you had put some effort into finding a nicer font.\r<br\/>\r<br\/>I used Python too btw, with pygame. No luck creating an executable so far, maybe on your system it works better. The main possibilities are py2exe, cx_freeze and pyinstaller."},{"author_name":"wademcgillis","author_uid":"3444","time":"Dec 20, 2012 @ 12:00am","epoch":1355961300,"text":"Could not install. Windows 7 Pro 64-bit. Pyglet was not a module, so I went to the pyglet directory and tried to install that, and it wouldn't because pyglet module wasn't found. Sorry :C"},{"author_name":"dragonfi","author_uid":"3799","time":"Dec 24, 2012 @ 11:46am","epoch":1356349260,"text":"Sorry for my one-week absense, I think I was a bit afraid \r<br\/>to check out the comments. (Since this is my first ever submission, and is not nearly as well polished as I would \r<br\/>like it to be.)\r<br\/>\r<br\/>wademcgillis and Xavier:\r<br\/>I only have a Linux computer, but I will look into the issues.\r<br\/>\r<br\/>The Mac OS issue is probably with the included pyglet library, I remember a similar bug report, I will see if they have a fix for that.\r<br\/>The Windows issue is probably my fault, probably something platform-specific I done in the python-path.\r<br\/>\r<br\/>everyone:\r<br\/>Thank you for your comments, those do mean much for me. I'm happy that I could at least convey the concept, even if at the end I ran out of time and hacked in the full 'story' and the npc sprites in the last hour...\r<br\/>\r<br\/>I guess theese would be good points to put into a post-mortem."},{"author_name":"dragonfi","author_uid":"3799","time":"Dec 24, 2012 @ 12:08pm","epoch":1356350580,"text":"Oh, and for those who check back, here's a little Christmas present. I back then, done a little snowfall application as a warmup for LD, that I didn't posted at the end. Anyways, here is the github link: https:\/\/github.com\/dragonfi\/snowfall\r<br\/>\r<br\/>(If you don't have git, just download it as a zip.)"},{"author_name":"recursive frog","author_uid":"8342","time":"Dec 27, 2012 @ 6:19am","epoch":1356588840,"text":"I sadly get a pyglet.gl.lib.GLException: invalid operation when I run python main.py from the command line."},{"author_name":"schnerble","author_uid":"11560","time":"Dec 28, 2012 @ 1:55pm","epoch":1356702600,"text":"There's the beginnings of a game there... the text appearing like that could deliver an interesting narrative.  Without any direction I wasn't really sure what to do though, and didn't find anything much other than some text and the green things.  I actually spent some time waiting for it to start before I realised the arrow keys would move the player... :)\r<br\/>\r<br\/>No problems for me on Windows, by the way - but then, I'd set up Pyglet for my game :)  By the way, check out Pyinstaller for next time - it'll build executables for you."},{"author_name":"ceronman","author_uid":"4896","time":"Dec 28, 2012 @ 3:37pm","epoch":1356708720,"text":"Sorry couldn't play this on windows. I got the same pyglet.gl.lib.GLException"},{"author_name":"zenmumbler","author_uid":"17143","time":"Dec 28, 2012 @ 4:10pm","epoch":1356710700,"text":"To run this on Mac OS X, I had to do the following:\r<br\/>\r<br\/>Get the 1.2alpha of pyglet here: http:\/\/code.google.com\/p\/pyglet\/downloads\/detail?name=pyglet-1.2alpha1.zip&amp;can=2&amp;q=1.2alpha1\r<br\/>\r<br\/>Place this folder next to main.py, change the main.py path setup line to to use 1.2alpha1 folder instead of 1.1.4 pyglet folder.\r<br\/>\r<br\/>And it works! @dragonfi you can use this to update your archive if you want. You are permitted to fix crashing issues.\r<br\/>\r<br\/>As for the game, the idea and concept are nice, with the text guiding the scenes and the atmosphere they conjure up. I think it will be worth it to put in better visuals and AI for the &quot;enemies&quot;. I liked it, but it is clearly in an alpha state."},{"author_name":"Beanalby","author_uid":"11055","time":"Dec 30, 2012 @ 12:00am","epoch":1356825300,"text":"Loved the concept, love how at the end the &quot;hero&quot; is left with nothing but her own thoughts, echoing louder and more forcefully, as a reminder of what she's done.  Very nice!"},{"author_name":"Joozey","author_uid":"18371","time":"Dec 30, 2012 @ 9:08pm","epoch":1356901380,"text":"The image reminds me of Knytt... but sadly I can't run the game without having python installed."},{"author_name":"dragonfi","author_uid":"3799","time":"Jan 6, 2013 @ 5:58pm","epoch":1357494780,"text":"@zenmumbler: Thanks for the fix, I will apply it to the repo at once. As for the windows issue, I will look into it, but it may actualy solve it.\r<br\/>\r<br\/>@Joozey: I fear the python dependency must remain, at least for now, because that would involve system-dependent binaries.\r<br\/>\r<br\/>As for the future of the game, I plan to polish it up as one of the one game a month entries."},{"author_name":"goerp","author_uid":"14225","time":"Jan 6, 2013 @ 6:03pm","epoch":1357495080,"text":"oooh, that is nice! Using text this way as part of the landscape creates a ver nice mood. The way it ends looks great.\r<br\/>I think that idea is a keeper!"},{"author_name":"dragonfi","author_uid":"3799","time":"Jan 6, 2013 @ 6:13pm","epoch":1357495680,"text":"I tried running the game with pyglet 1.2alpha1, I'm having a few graphical glitches on my machine, that warrants further investigations."},{"author_name":"xandrew","author_uid":"8080","time":"Jan 7, 2013 @ 2:23am","epoch":1357525080,"text":"Interesting game, not too sure what to do apart from walk around and not be hit by those &quot;things&quot;. The &quot;this is how it ends&quot; text was pretty neat though :)"},{"author_name":"Drabiter","author_uid":"8337","time":"Jan 7, 2013 @ 3:00am","epoch":1357527300,"text":"I like the part where more text showed when you're hit. The theme is kinda missed but dont worry, you can try again on next LD!"}],"images":["ld25\/3799-18704f344579df757f2f5001c4836d29.jpg"],"links":[{"url":"https:\/\/github.com\/dragonfi\/ld25-you-are-the-hero\/archive\/ld25-compo-entry.zip","text":"Windows"},{"url":"https:\/\/github.com\/dragonfi\/ld25-you-are-the-hero\/archive\/ld25-compo-entry.zip","text":"OS\/X"},{"url":"https:\/\/github.com\/dragonfi\/ld25-you-are-the-hero\/archive\/ld25-compo-entry.zip","text":"Linux"},{"url":"https:\/\/github.com\/dragonfi\/ld25-you-are-the-hero","text":"Source"}],"metadata":{"g_key":"28121","g_author":"3799","g_event":"LD25","g_eventkey":"14","g_subevent":"COMPO","g_urlkey":"28151","g_title":"You are the Hero","g_status":"UCHK1","g_place":"572","g_commentcount":"17","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\/\/201083\/3799-shot0.png-eq-900-500.jpg"],"text":"Sadly the game is in no way polished, and there is no sound, but it is playable. I wouldn't even use the word 'finished' for the game, it is just what I managed to do under 48 hours. Still, I'm submitting this as my first LD game that at least left the drawing board, just don't expect too much from it.\r\n\r\nOn the technical side of things, being a pure python project, the source code doubles as the cross-platform executable too. (hopefully)<\/p>","title":"You are the Hero"}