@makewalletgreat
Part 2: "Magicking Up" Raw Code with AI
To turn your idea into code, I recommend using Cursor – it handles large amounts of code really well. If you want something simpler, Gemini 2.5 is also an option (though Gemini might be better suited for those with some coding knowledge to read and edit the code).
How to use Cursor/Gemini:
Input your idea: With Gemini, just type it into the chat. With Cursor, create an empty file, then press Ctrl + L to enter your idea.
Example: "I want a game where when I move, my character also moves symmetrically. I need to collect items, using HTML5."
Generate Raw Code: Immediately, Cursor or Gemini will provide you with a raw code file (as a .txt). This file might run perfectly or still have errors, depending on the game's difficulty and complexity.
Quick Test: You can change the file extension to .html and run it directly in Chrome to quickly check how the game functions.