It's super easy to use AI engines to create programs, for example games, and publish them on the Internet, so that anyone in the world can use them.
- 100% free
- no coding knowledge required
- takes 5 minutes or less
- all you need is an internet browser (such as Chrome/Edge/Safari)
In fact, if you're reading this, that means you already have everything you need.
One caveat: if you think AI can create a complicated 3d game that you will sell for a million dollars, it's not going to happen. As of writing (June 2025), the current AI models can only produce relatively simple programs. But it's still a worth a try! Keep in mind the AI algorithms are getting smarter each day!
High-level steps:
1. Tell AI what to create
2. Save the generated program to a file on your computer
3. Upload the file to the internet
Now let's look at the details:
1. Tell AI what to create
Go to the website of any free AI engine.
Here are links to some of the more popular ones:
Tell AI what you want to create, for example "create a snake game program". This phrase is technically called a "prompt".
If you don't know much about coding, I recommend always adding "in JavaScript", so the full prompt would be "create a snake game program in javascript".
JavaScript is a programming language that runs in any browser. If you don't specify it, AI may create programs in other languages, like Python or C++, which also work great, are more difficult to share with other users.
IMPORTANT: NEVER SHARE any personal information (your real name, address, photos) with the AI.
The great thing about AI is that it understands human language, so you can type things like "write a game in JavaScript where a player stands on the left side of the screen and shoots at floating balloons"
Once you hit Enter, you can usually see the AI creating the program (looks as if someone was typing super fast).
After several seconds (depending on the complexity of your instructions) the program will be ready.
Some engines will let you test it directly on their website, in other cases you have to save the program in a file on your hard drive and open it in a browser.
2. Save the generated program to a file on your computer
Highlight the part of the response between the words and .
Copy the highlited text (click the right mouse button and select "Copy" or hit Control+C on your keyboard).
Open Notepad and paste (click the right mouse button and select "Paste" or hit Control+V).
Save the file (select File -> Save from the menu or hit Control+S).
Select a folder on your drive and remeber where you saved it.
3. Upload the file to the internet
This step is only needed if you want to share your program with others on the internet. If you want to be the only person who can use the program, you're done!
There are a lot of websites that let you share files on the internet (it's called "hosting files").