Competition Forum > Code/Game releases

Entry: Discord's Labyrinth

(1/4) > >>

Cantorlot:
The submission system doesn't seem to work for me. (Clicking "submit" brings me back to the submission form with no change (a download link linking to http://games.mylittlegamejam.com/game/download/game/-1)) So here's my entry. The only error for the form submissions seems to be a missing http://games.mylittlegamejam.com/game/js/vendor/modernizr-2.6.1.min.js (404).

Title: Discord's Labyrinth
Files: Attached to this post
Screenshots: Attached to this post (I can only post one here because of the file size limit)
Mirror: https://github.com/cantorlot/discordmaze

Short desc:
A turn-based strategy(?)/puzzle(?) game in the palace gardens.

Long desc:
I was going to just make something small to encourage game making. But then it got a bit out of hand. So here's the result. Vote if you wish but if you can, please leave some text comments (somewhere in the forums maybe).

The game needs Python 2.x and nothing else. Run rungame.py in Python.

The (not so great or powerful) source is released under and MIT license.

See the file "instructions" for longer instructions (or type "i" in-game).

Extra note: mylittlegamejam.com seems to do some wonderful IP tracking (and has a possibly broken reset function) so my name is now "test". :D

Discord's game
==============

Welcome go the palace gardens! This labyrinth is now home to Discord's game. No wings, no magic and a few more rules.

Every turn a dice is thrown and a chosen ponies moves forwards by that many steps. The dice takes value between 1 and the ponies' maximum speed. Try to get everypony to the end. The Elements of Harmony are there! Probably.

Oracion:
Is it supposed to run on Windows?
It gives me this error and crashes:

--- Code: ---Traceback (most recent call last):
  File "C:\Users\Jarda\Documents\discordmaze\discordmaze\rungame.py", line 1, in
 <module>
    import maze
  File "C:\Users\Jarda\Documents\discordmaze\discordmaze\maze.py", line 434
    print [(b.__dict__.get("attrib"," "),b.__dict__.get("diff",0)) for b in rout
e]
                                                                     ^
SyntaxError: invalid syntax

--- End code ---

Rylius:
Try uploading again, the user matching exploded for some reason. 6_9
Couldn't find anything about failed uploads in the logs though.

Cantorlot:

--- Quote from: Oracion on 2012-October 07, 22:18:13 ---Is it supposed to run on Windows?
It gives me this error and crashes:

--- Code: ---Traceback (most recent call last):
  File "C:\Users\Jarda\Documents\discordmaze\discordmaze\rungame.py", line 1, in
 <module>
    import maze
  File "C:\Users\Jarda\Documents\discordmaze\discordmaze\maze.py", line 434
    print [(b.__dict__.get("attrib"," "),b.__dict__.get("diff",0)) for b in rout
e]
                                                                     ^
SyntaxError: invalid syntax

--- End code ---

--- End quote ---

Thanks for reporting this. There's no reason it shouldn't work on windows. It also got stuck on a debugging line that never execute so my guess is that it has something to do with the file's encoding. Can you tell me which version of Python you are using?

Attached is another version of maze.py (replace the one in the zip with this new one). Can you try it? There's no reason this should fix the problem though.


--- Quote from: Rylius on 2012-October 07, 22:18:53 ---Try uploading again, the user matching exploded for some reason. 6_9
Couldn't find anything about failed uploads in the logs though.

--- End quote ---

Thanks. I'll try again later (but probably not today).

Compony:
How about baking your game into an exe, http://www.py2exe.org/ for example? I'd say many people neither have python installed, nor want to install it just to play a game ;)

Navigation

[0] Message Index

[#] Next page

Go to full version