FoonLudum Dare ExplorerLD30 → Shared World

Shared World

By yselftool

View on Wayback Machine

CategoryRankScoreCount
Coolness183628

Comments

geekygenius 2014-08-25 02:40

The game isn't working for me. I see a large gray box, and below it is a number and a button. I think the button switches modes or something. I tried it on chrome and firefox with the same results. I'm running Win7 64 bit. The game looks pretty neat though, you don't see many networked games in LD.

ViliX 2014-08-25 02:44

The game doesn't work on chrome 36 :/

njord 2014-08-25 14:28

Not working for me on Chrome, large gray box + button/coordinates below. The idea looked interesting, hope you can get it fixed soon !

yselftool 2014-08-25 15:27

The problem is that the server is crashing to often. I can stabilize it by catching more exceptions, but the core problem of crahsing sockets is a problem of python, I fear I can't fix that. Maybe I could restart sockets when they crash, but I'd need to rewrite huge parts of the network stuff.

coffeemuggames 2014-08-27 20:45

Too bad, it really looks interesting.

grayhaze 2014-08-29 21:05

It's a shame I didn't get to play this, as the idea looks good. Hope you have more success next time! :)

oinkiguana 2014-08-29 21:12

Only getting a large gray box in Firefox with the coordinates and button...

jomomomo 2014-08-29 21:22

Couldn't get it to startup...

udo 2014-08-29 22:20

Couldn't get it to play, but those screenshots look interesting!

super-hamster 2014-08-29 23:04

I see a large gray box as well. I guess the server is down. It's unfortunate because I was excited to try this game out. :(

mrexcessive 2014-08-30 17:48

Likewise no server or other reason for grey screen. Consider making server stateless (simple webservice wrapper or something ?) More network overhead but might be more stable.

yselftool 2014-08-31 23:52

Yes, as you saw, the server is down, since I can't keep it up. Making it stupid and simple is not an option since a lot of the logic (> 50%) is server side.
I've made a small script that restarts the server. That's far from an ideal solution, but should make the game at least a little bit playable (which is better than a gray screen).
The link to the script is:
http://tooldev.de/ld/30/restart.php
Please call (and only call) this script when you need to restart the server.

tbamberg 2014-09-01 05:33

The buildings I make seem to be massive compared to those around me. not sure whats up, but a cool concept nonetheless!

diningphilosopher 2014-09-02 11:13

Cool idea, I'd like to create something like this sometime :D Too bad it's so buggy and there's not much gameplay, but props for trying.