Factory Hero by shinD
A videogame about an assembly line in a factory, where you're tasked in assembling modern phones in quick succession ie. you have 10 seconds to assemble one phone.
Windows binary is included, but the game is written in Python, so it should be crossplatform if you run it via source. Just copy the res-folder into the sources-folder.
Requires python 2.7 & pyglet
I ran out of time - cause well, I forgot - to include a proper ingame tutorial, so do check out the video link for a bit clearer demonstration on how to play.
Windows binary is included, but the game is written in Python, so it should be crossplatform if you run it via source. Just copy the res-folder into the sources-folder.
Requires python 2.7 & pyglet
I ran out of time - cause well, I forgot - to include a proper ingame tutorial, so do check out the video link for a bit clearer demonstration on how to play.
| Windows Binary + Source For Eveything | http://www.digitalcheeseplate.com/wp-content/uploads/2013/08/shinD-factory_hero-ld27-win-bin-src.zip |
| Video Tutorial (Youtube) | http://www.youtube.com/watch?v=DP5_JxLGzRY |
| Original URL | https://ludumdare.com/compo/ludum-dare-27/?action=preview&uid=5550 |
Ratings
| Coolness | 69% | 3 |
| Overall | 2.92 | 714 |
| Audio | 2.76 | 426 |
| Fun | 2.42 | 948 |
| Graphics | 3.19 | 382 |
| Humor | 2.13 | 622 |
| Innovation | 3.35 | 289 |
| Mood | 2.69 | 585 |
| Theme | 3.24 | 497 |
Traceback (most recent call last):
File "main.py", line 2, in <module>
File "core.pyc", line 20, in <module>
File "src\game.pyc", line 10, in __init__
File "pyglet\window\win32\__init__.pyc", line 131, in __init__
File "pyglet\window\__init__.pyc", line 559, in __init__
File "pyglet\window\win32\__init__.pyc", line 261, in _create
File "pyglet\gl\win32.pyc", line 263, in attach
File "pyglet\gl\win32.pyc", line 208, in attach
pyglet.gl.ContextException: Unable to share contexts
Traceback (most recent call last):
File "main.py", line 4, in <module>
File *core.pyc", line 25, in init
File "src\resources.pyc", line 76, in load_sounds
File "pyglet\resource.pyc",line 610, in media
File "pyglet\media\__init__.pyc", line 1406, in load
File "pyglet\media\__init.pyc", line 1382, in load
File "pyglet\media\avbin.pyc", line 296, in __init
File "pyglet\media\avbin.pyc", line 198, in f
WindowsError: exception: access violation writing 0x6E6BB26C
Technical note: for anyone running from source if you get the error "IOError: decoder zip not available" you can solve this by installing pillow (http://stackoverflow.com/questions/3544155/about-the-pil-error-ioerror-decoder-zip-not-available)
I think I'll even do better in a real factory :)
Nice music though!