Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Normie Woes with AI

A topic by ICPJayNolan created 28 days ago Views: 242 Replies: 12
Viewing posts 1 to 8
(1 edit)

I'm just a scrub when it comes to coding, but using AI i can bring a game to maaaaybe 50-60% completion

Would you, as a real developer, take a commission to polish the game to completion?

Or would it be better just to use the AI game as rough demonstration of what I want and rebuild the game from scratch?

just simple HTML5 Web Browser Games,

  • Zip total: ≤ 10MB

  • Each individual file inside the zip: ≤ 2MB uncompressed
  • I'm going to be looking to hire in 2-3 months and wondering whats smartest way to do it 

    (+1)

    Personally, as a player not a creator, I don't play games on this platform that have used generative AI, as I consider it unethical

    Would you play a game created by hand after showing off as a ai made demo

    (+3)

    Fixing the mess that AI makes is probably more expensive than just rebuilding from scratch.

    Thats what im wondering, which means if i cant finish a project with ai theres no point

    As a new dev that built a new game 100% from scratch with AI. There are some things to keep in mind but for the most part it worked out well. The magic is in the prompt. You have to be patient, and carefully explain your vision to the agent as well as details on every little thing - the more detail the better. In my example, I made a new RTS game with all new mechanics (so much so that it wasn't compatible with existing engines), so I had to prompt it little by little over the course of many weeks (about 5-6 weeks total) with hundreds of milestones (sessions where one thing or related things were implemented one at a time).

    For my background, I'm 100% an amateur game dev but I have a very strong background in computational physics and applied math so I knew exactly how I wanted the code to work; I could have coded it myself but it would have taken 50x the time! The end result of my game was around 170k lines of code in the src folder of my repo (my repo is private, sorry).

    As for those that consider it unethical, I don't think it is as I use human-made assets bought here on itch (music and sounds). The art is currently all simple mono-chrome vector graphics but if I want something better I'll want to buy asset packs or hire people.

    And as for "fixing" the AI mess, it's not so much as fixing but rather being very clear how things should be managed and even asking the AI for suggestions on how to manage the project! The magic is in the prompt, bad prompt = bad game that's very hard to fix.

    a real developer, take a commission to polish the game to completion

    What do you think is the hour rate of a real developer? And how long do you think it would take to "polish" the game? Or rebuilt your prototype, for that matter.

    You might find an amateur hobby dev that is willing to take on this task, but you will not find a real developer that works for pocket money.

    You use ai. Ask an ai. They are good for this type of information gathering and for getting estimates. You should still doublecheck any crucial information, because ai can hallucinate and just make stuff up, but reading information random strangers claim on the internet is not exactly reliable either.

    This was the answer I got:

    cost estimate on building a small computer game, if you hire a developer for the task.

    A small computer game typically costs $10,000–$100,000+ to build with a hired developer, depending mainly on scope, art quality, and whether you hire a freelancer or a studio.

    --

    Using AI to replace employees, including developers, is looking more and more like a scam by ai companies. They try to sell their services and that service is costly and can not deliver, only imitate. If imitate is all you need, you might be fine. Or if there are no great risks. A hobby developer creating a game does not have to deal with customers running away, because of all the bugs. Some will not visit because of the ai, but it's a hobby, who cares about success, as long as you have fun making the game you could not have made without ai. I see this similar to all the sophisticated game engines. Boiled down, many a game is just an elaborate level for rpg maker or another engine.

    I see this similar to all the sophisticated game engines. Boiled down, many a game is just an elaborate level for rpg maker or another engine.

    I agree that there are scammy devs out there just to make a quick buck and poison the pool of games by making actual "effort-put-in" games buried in a sea of slop.

    But some AI coding people like myself do try to make all new ideas come to life - with the right prompt! I did have to make my own engine (and I built it with AI) because the existing ones (I checked several) do not work with storing history state buffer to calculate earlier positions, hp values, entity states, etc. in a complex past-present visual renderer. So not all game applications involving AI bad!

    There are probably a number of people like me who don't have the time do invest a lot of our time and effort into making our ideas come to life. In my case, it's because I have a full time salary job and game development is a new hobby for me.

    I do not think you understood my points.

    It is the ai companies, that show scam like behaviour. They promise their ai can do things, but it often can't. And companies notice this months later. That ties into the problem, that an ai made game that needs human polishing will be more costly to polish, than it would cost to make the game from scratch. If it needs polishing, that is. A smallish project might get away with being ai made. Depends how you used ai. As a gloryfied spellchecker and autocomplete, or to substitute all the knowledge needed for game development.

    The risk for a hobby game project is minimal. Except for some people avoiding it, becaue of the ai. You are not a company that loses established customers because you switched to ai.

    You did not even switch at all. You use ai as an enabler.

    Just like people use game engines as an enabler.

    So not all game applications involving AI bad!

    That is a different discussion and that statement is trivially true. But if you were a team of three and you fired the other two, to replace them with ai, I dare say, that would be seen as bad by many people and for different reasons.

    (+1)

    If you can use AI to code, you can also use AI to help you understand the code. 

    I love working with Clade for my programming needs, but having programming fundamentals makes development smoother. 

    (+1)

    ive always been intimidated by learning how to code. Is rhere anything you could compare the learning curve too?

    (1 edit) (+1)

    I would compare it to learning a new language. I would count strong fundamentals as knowing data types, loops and objects. I learned a lot from professors but the same info that is in classrooms is online. I think you have to be a bit obsessed with tech to grasp it quickly. Just start from the very beginning with a "hello world" program and move on from there.

    (1 edit) (+1)

    best to use ai to help polish the code or remake it if it is a mess