0xNandhi's Forum Posts

  • 3 posts
  • Interesting thought!!. Basically, the blocker is how to pass the data between the games . If I send it via Post request to the parent C3, I should be able to handle it and store the updates.

    Let me check the feasibility. Thanks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi All,

    I am new to construct 3. My requirement demands multiple small games in a single view. Its basically for a mobile and Web. So, I was exploring Construct 3 and found it would be a good fit, except, I am not sure how to load multiple small games separately. To understand it better.

    Requirement

    MainConstruct3 Project

    - Sub project 1 (separate C3 projects)

    - Sub project 2

    - ...

    Web Server

    Main Construct 3 (url path : http://xyz.com)

    - Use Iframe to load

    - Sub project 1 (url path : xyz.com/subproject1)

    - Sub project 2 (url path : xyz.com/subproject2)

    Problem

    1. Sharing of data between projects is a bit complex. Need to send the data to the server and get the data back from server. Local storage cannot be used. Session storage can be used temporarily.

    Are there any other method to achieve my requirement?

    Reason why I want this setup

    1. Scalability - the requirement demands lots of small games. Using multiple layouts in a single C3 file may not be scalable.
    2. I wanted to minimize the effort for web and mobile development as I am developing it alone.
  • Hi Community,

    I am still learning Game development with C3. I prefer to write JS code, than using the eventsheets. So i started using external editors like VS code to edit C3 scripts.

    I am unable to get autocomplete or intellisense work in external editors. is it possible to enable these?

  • 3 posts