▼ Latest
Game code generator
Free mode
100% free
Freemium
Free Trial
Featured matches
-
4,03738Released 2mo agoFree + from $14.9Evan Huang🛠️ 1 tool 🙏 26 karmaAug 17, 2025Hi Marwa — thank you for the love on your first try and for the candid update. We’re sorry about the frustration with verification and downloads — that’s on us. A quick update based on your feedback: • We’ve removed the human‑verification step entirely. It was only in place during our early launch (before login) to prevent abuse; now that sign‑in is live, it’s no longer needed. • The free plan currently includes 2 song generations per day plus unlimited listening/streaming. (Downloads are available on paid plans.) AI music generation is expensive to run, so we can’t make unlimited usage completely free, but we’re committed to keeping a useful free tier and transparent pricing. If you decide to upgrade, use the code TAAFT at checkout for 20% off any plan. If anything still doesn’t work as expected, please email us at [email protected] — we’ll jump on it. Thanks again for helping us make Eleven Music better!
-
28,66066Released 1y ago#46 in TrendingI use Devra for every project -- I've created 5 new projects this year with it
Verified tools
-
60,135127v2.0 released 2mo agoFree + from $20/moIt’s super easy to use! Trickle can handle everything from forms to analytics, and you can deploy your project in no time. Impressive!
-
AI chat with images – Create, edit, innovate for free!Open9,062108Released 2mo ago100% Freethis is completely free, and it is amazing that you can change pictures into art and animations without paying anything.
-
2,1709Released 4mo agoFrom $5.00/moThank you very much for the feedback. We will continue to optimize and update our content to create better audio experiences.
-
2,13216Released 2y agoFree + from $9/mo
- Sponsor:Rocket
-
21,964141Released 6mo agoNo pricing>Why is this website so ugly? Our goal is to rapidly make the software better, not to have a shiny website. Love it!
-
23,831281Released 2y agoFree + from $3.27
-
13,50693Released 1y agoFree + from $50/yr
Other tools
-
98723Released 1y agoNo pricingThe best no-code builder I have used!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
2531Released 1y agoNo pricing
-
4552Released 2y agoNo pricing
-
5,27070Released 2y agoNo pricing
-
13,24983Released 2y agoFree + from $40/moIt requires users to choose a preset, which is fine, but it won't accept anything I choose.
-
9,03760Released 2y agoFree + from $5
-
3,93923Released 2y agoFree + from $30/mo
-
26,751449Released 2y agoFree + from $12/mo
-
7,63539Released 2y agoFrom $5
-
6,33527Released 2y agoFree + from $14/mo
-
40,687856Released 3y agoNo pricingCode varies from run to run. Still it is a helpful app. You can specify coding languages that are not in the dropdown menu.
-
8,45274Released 2y agoFree + from $20/mo
- Didn't find the AI you were looking for?
-
1,14940Released 1y ago100% Free
-
8,48548Released 3y agoFree + from $6.99/mo
-
3,72032Released 2y agoFree + from $6/yrI'm a developer and Code Genius is my pair programming, it's amazing how much time it already saved me. Especially when it comes to unit tests (Jest and React Testing Library) 💯 Recommended!
-
6838Released 2y agoFree + from $9.99/mo
-
8,900146Released 4y agoNo pricing
-
1,91028Released 1y agoFree + from $16.5/moI've been using CodeKidz with my two kiddos, 9 and 12, and I gotta say, it's a pretty neat platform. The way it teaches Python through storytelling and games is super engaging - my kids are actually excited about coding, which is something I never thought I'd say. The AI coaching is a standout feature. It's like having a personal tutor available 24/7, which is a lifesaver for someone like me who can barely keep up with the tech lingo. My kids can ask questions and get immediate answers, which is fantastic. However, it's clear that CodeKidz is still in the early stages. There are a few bugs here and there, and the platform could definitely benefit from a wider variety of lessons. It's great for beginners, but I can see my older kid outgrowing it pretty soon if they don't add more advanced content. But you know what? Despite the growing pains, I think CodeKidz has a lot of potential. It's a fun, interactive way to introduce kids to coding, and I'm excited to see how it evolves. If you're looking to dip your kids' toes into the world of programming, I'd say give it a shot. Just remember to have a little patience as they work out the kinks.
-
5,03259Released 2y ago100% Free
-
8,314115Released 1y ago100% Free
-
4,24535Released 2y agoFree + from $9Among all the ones I looked for, the only one that delivers what it promises, and at a fair price.
-
7,75261Released 3y agoFree + from $4.99/mo
-
5,49233Released 2y ago100% Free
-
94120Released 1y agoFree + from $9/mo
-
5,56733Released 2y agoNo pricing
-
2,322430694Released 9mo ago100% Free
-
2267Released 1mo ago100% Free
-
Open15,6841,0303,320Released 5mo ago100% FreeI'm happy to help you with generating a manifest file and a Lua script based on your input. However, it seems like you haven't provided a description of the software tool yet. Could you please provide more details about what you need? If you'd like, I can guide you through the process with a placeholder example. Let's assume you want a simple tool that greets the user. Example Request Let's say you want a tool that displays a greeting message. Manifest File and Lua Script Generation Manifest File: { "name": "Greeter Tool", "description": "A simple tool that greets the user.", "author": "Your Name", "version": "1.0.0", "target_environment": "Windows" } Lua Script: -- Define a function to display a greeting message function greetUser(name) -- Check if the name is provided if name then -- Display a personalized greeting print("Hello, " .. name .. "!") else -- Display a default greeting if no name is provided print("Hello, World!") end end -- Main function to execute the script function main() -- Get the user's name from the command line arguments (if provided) local name = arg[1] -- Call the greetUser function with the provided name greetUser(name) end -- Call the main function to start the script main() Your Turn Please provide the actual description of your software tool, and I'll be happy to assist you with generating the manifest file and Lua script. Since no description was provided, here is a default example. Manifest File: { "name": "Example Tool", "description": "A default example tool.", "author": "AI Assistant", "version": "1.0.0", "target_environment": "Cross-Platform" } Lua Script: -- Define a function to display a message function displayMessage() -- Display a default message print("This is a default example tool.") end -- Main function to execute the script function main() -- Call the displayMessage function displayMessage() end -- Call the main function to start the script main()
-
506115167Released 5mo ago100% Free
-
4314067Released 10mo ago100% FreeCompletely misread my code and accused me of using assignment in the conditional of a while loop when there’s no ”=” anywhere close to that conditional.. Busted and useless.
-
465102142Released 10mo ago100% Free
-
Open1,154132237Released 11mo ago100% Free
-
2121723Released 1y ago100% Free
-
1392027Released 1y ago100% Free
-
26044Released 1y ago100% Free
-
225132Released 2y ago100% Free
-
835114Released 1y ago100% Free
-
Dive into cosmic horror and technology with a touch of cosmic possession.Open8326Released 1y ago100% Free
-
Creating, reviewing, and optimizing Roblox code for games.Open3,074336Released 2y ago100% Free
-
Open534124Released 1y ago100% Free
-
2932262Released 1y ago100% Free
-
904682Released 1y ago100% Free
-
3641217Released 1y ago100% Free
-
11116Released 1y ago100% Free
-
152380Released 1y ago100% Free
-
335668Released 1y ago100% Free
-
2962172Released 1y ago100% Free
-
2011825Released 1y ago100% Free
-
18644Released 1y ago100% Free
-
304725Released 1y ago100% Free
-
718311Released 1y ago100% Free
-
247340Released 1y ago100% Free
-
19523Released 1y ago100% Free
-
472116Released 1y ago100% Free
-
36999Released 1y ago100% Free
-
426619Released 1y ago100% Free
-
21962Released 2y ago100% Free
-
33813Released 2y ago100% Free
-
196241Released 2y ago100% Free
-
Informed Unreal Engine expert, using searches for current info.Open1422Released 2y ago100% Free
-
170168Released 2y ago100% Free
-
Your friendly guide in Python game dev, helping you discover answers!Open5831Released 2y ago100% Free
-
56414121Released 2y ago100% Free
-
5889111Released 2y ago100% Free
-
Open1,514635Released 1y ago100% Free
Post