ramity / Bent

A simple game that uses a php websocket backend and electron frontend + three.js for rendering.
Do What The F*ck You Want To Public License
0 stars 1 forks source link

config.json no findie #1

Open Bango1999 opened 7 years ago

Bango1999 commented 7 years ago

config.json is needed; client side socket.js line 3.

But it's in the gitignore so the whole client side script throws an error at line 3 and gives a white screen :(

ramity commented 7 years ago

Forgot to add a check + a default config file. I'll get that straightened out once I'm home.

Connman5 commented 7 years ago

I tried to work on the current build and still seeing this. :( I'll see what I can do about it.

ramity commented 7 years ago

Purposely missing a config file to prevent leaking server endpoint. This project is technically ongoing, but not currently a focus (at-least at the moment).