winkr7's Recent Forum Activity

  • If you take a look at stackblitz and use their bolt ai (which is claude 3.x) you will see the AI can build games for you. They need your help, especially in finding bugs, but the AI can do it if you let it evolve over time. Unfortunately it is pretty expensive if you turn the AI smarts up all the way and let it think as much as it likes it burns a hole in your pocket.

    However, lots of people say they design games to learn how to program, to learn a programming language etc. If you aren't working with an AI on your game project you are missing the main skill you are going to need--how to wrangle the AI.

  • Hello;

    I have been using AI assisted coding with the Fortnite games, and also with the new chatgpt5 with python and pygame. I wish I could do something similar with construct 3. I believe if I were writing code in typescript I could probably get help from chatgpt5 but if I am using the event "no code" construct3 system I am pretty much out of luck. If you want an easy taste to see what I mean, just use the new chatgpt5 to write a minigame in javascript. I hope that we can get something similar here for the event system.

    Does anyone else use the coding AI?

    yours

    winkr7

  • Same here. My second display is on the left and smaller than the main one.

  • I've never figured it out either. I for each whenever I am in doubt. I am not sure what the overhead is.

    The problem gets more dangerous since it just takes the first one if you don't for each. For example if you are looking at "on path found" for a sprite you may easily think it is just one sprite. In fact it could be more than one sprite so you always have to for each it anyway.

    yours

    winkr7

  • About global variables

    If you use a dictionary you have a more awkward time debugging a variable in a watch statement. I haven't used the global sprite yet but this seems like one of its advantages.

    yours

    winkr7

  • I had not thought of a global sprite--that is a good idea.

    yours

    winkr7

  • Set layer "hudname" interactive to true or false.

    You can set the layers to turn off input now.

    yours

    winkr7

  • Sami424;

    Chatgpt already scraped the entire construct 3 site, down to the last tutorial (along with just about everything else on the internet). If you ask it anything specific it knows it. I suppose it could run it again through its neurons with a factor of x100 to pay attention for the 99th time but I am pretty sure it does this kind of optimization when it sees me type construct 3 (or some other language) in my question.

    Then again I don't understand how ai agents work, if that is what you are suggesting.

    Thanks for the links anyhow.

    yours

    winkr7

  • I find it easier to store all my global stuff in a dictionary so it doesn't clog up the global scope. Seeing big lists of global variables used to bother me, though maybe now you can put them folders or something? It does effect debugging a little, but if you are tracking a variable in a dictionary you can set it to a local every tic and then track that.

    yours

    winkr7

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Make up an empty "hello world" construct 3 project and see if it will upload that. I least you will know it is not your router or something if it works.

    yours

    winkr7

  • Set up another game slot on itch and start from scratch. Make sure you you say it is an html game.

    yours

    winkr7

  • I suggest you keep layout's small and be able to run them stand alone so you can debug any one of them. You will find you want to go through the intro layout screens first like a real user, but it is good to be able to immediately run a layout from the debugger.

    Also, use the template for all your assets (call them basic or default but have one for every asset).

    Don't worry about optimization, do the brute force simplest thing first and get it to work. Nothing ever needs optimization, we just think it does.

    Don't use addons, they get wiped every 5 years for one reason or another or people quit keeping then up to date--I hate to say it, but every time I use an addon I end up regretting it.

    yours

    winkr7

winkr7's avatar

winkr7

Early Adopter

Member since 23 Oct, 2014

Twitter
winkr7 has 2 followers

Trophy Case

  • 10-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

17/44
How to earn trophies