Title. I've always been more of a humanities student but recently I've been super enthused with the idea of making small video games.But where do I start? What software do you recommend? What tips and tricks could help me along the way?Thanks anons.
>>738857530>no prior experiencehttps://scratch.mit.edu/projects/editor/?tutorial=getStarted
You go to a thrift store and buy a book on C++. Then read the first chapter.
>>738857530>Want to get into codingTrust me, don't. If your only interest in coding is games then you're going to burn out hard. Or rather, if you don't enjoy the process of coding in and of itself you are going to hate making games by way of coding.
>>738857530https://voxserico.github.io/memory/Here you go, here's a full game running in the browser.It doesn't even need a web server because the only asset is en embedded audio file.Save it with Ctrl+S, view page source, or use F12. See if you can mod it.
>>738857530I recommend checking a tutorial of python (random example) and going through fundamentals if, for, etc. Ask AI for tips.