Gumb's Forum Posts

  • 4 posts
  • Hey,

    thank you very much for your awesome feedback :D

    7Soul: you pointed out some good things. There seems to be an overall problem with the mouse detection so I will definitely have to work on that... also level generation has that small prob with getting stuck. I tried to fix that but I probably have to figure out an complete new process to generate the path... it's too random i guess^^

    Music: well i thought nobody mind it that there is no music... but looks like I was wrong^^. I contacted an old buddy of mine who is kind of an indie producer ( keeping it true indie here ;) )... so let's see what we can come up with in the future.

    new update is coming soonish... also with real online scores and stuff ;)

    so stay tuned :D

    so long

    Gumb

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hey guys,

    over the past few weeks i have worked on a simple puzzle game. I just uploaded it to GameJolt. I plan to make a special version for the Scirra Arcade in the near future.

    <img src="http://images2.cdn.gamejolt.com/imgserver/game-thumbnail/588/14815_1.jpg" border="0">

    PLAY NOW!

    <img src="http://images2.cdn.gamejolt.com/imgserver/screenshot-thumbnail/898x1000/23525.jpg" border="0">

    <img src="http://images2.cdn.gamejolt.com/imgserver/screenshot-thumbnail/898x1000/23523.jpg" border="0">

    It's really easy to master and creates a classic arcade feeling.

    Every comment, feedback, bug report is highly appreciated.

    So long

    Gumb

  • Hey, first of all thank you for your awesome work.

    I installed everything(plugins,node etc.) but i can't get the server running. I don't know if i have to configure the server.js. I tried some things, but it all didn't work out. I always get this error:

    c:\bottleneck\server.js:9

    console.log('app listening on http://' + addr.address + ':' + addr.port);

                                                 ^

    TypeError: Cannot read property 'address' of null

        at Object.<anonymous> (c:\bottleneck\server.js:9:46)

        at Module._compile (module.js:449:26)

        at Object.Module._extensions..js (module.js:467:10)

        at Module.load (module.js:356:32)

        at Function.Module._load (module.js:312:12)

        at Module.runMain (module.js:492:10)

        at process.startup.processNextTick.process._tickCallback (node.js:244:9)

    i thinks that's just an variable error... i believe i miss something. actually it says the socket is listening, but i cant login the lobby. (lobby plugin - set to localhost/lobby and exported to a local web server -xampp)

    i hope there is a work around... otherwise i will try the heroku thing

    thanks in advance

    greetings and happy new year

    Gumb

  • Hey baodingball,

    that's most likely because Global Variables and Groups also count as Event. Check the Event Counter at the bottom right. There is the total Number of Events displayed.

    I'm fighting with the Event limitation, too. You still can do a lot in less than 100 Events. You just need to figure out a clever way to get to your goal ;). (or get a licence, I'm will get mine soon i think^^)

  • 4 posts