My own vidya GAME - /wsr/ (#1531447) [Archived: 543 hours ago]

Anonymous
6/26/2025, 4:32:21 PM No.1531447
shantae-rottytops
shantae-rottytops
md5: ecd9ad8cef9d54ad6eee105d378aa614🔍
I wanna try making my own platform game and become a huge success.

How does one maked a platformer? I used Construct 2 back in the day and it was great, and I want something similar to that. Instead of actual code I want to use drag&drop menus with pseudo code to set variables, events, loops and other game mechanics.

In general I'm against "game maker software" because of the amateur stigma, but I have to acknowledge the fact that 2D platformers have been the bread and butter of gaming for 40+ years and I don't see why I'd reinvent the wheel and start coding the engine from literal zero.
My goal is to keep coding to a minimum so I can put most of my effort in the visual style and get a Jake Kaufman tier OST.

I'm guessing most people use Unity these days but I have no idea how it works and if Python is required or not.
Replies: >>1531757
Anonymous
6/26/2025, 4:44:03 PM No.1531449
There is Game Maker but I dunno if it has the best licensing options
Replies: >>1531757
Anonymous
6/29/2025, 12:50:32 AM No.1531733
pls anonbutts
Anonymous
6/29/2025, 1:15:08 AM No.1531741
>>>/vg/adgd
Replies: >>1531748
Anonymous
6/29/2025, 3:36:33 AM No.1531748
>>1531741
i mean >>>/vg/agdg/
Anonymous
6/29/2025, 5:04:36 AM No.1531757
>>1531447 (OP)
>In general I'm against "game maker software" because of the amateur stigma
That's retarded. Lots of great and successful games were made in various engines, GameMaker, Unity, LOVE engine, RPG Maker, Clickteam Fusion, etc. I'd check out GameMaker and Unity.
Unity is completely free (unless you make a LOT of money off your games), so you can download it today and start a tutorial. It doesn't use Python. C# is its scripting language. You will have to write code anyway. There are lots of tutorials.
There's also GameMaker, which you can also download and learn for free. The documentation is very good for people who are beginners at programming, and it's pretty easy to get started. The scripting language is similar to other languages like C#, nothing to worry about.
Whatever you do, start learning right away.
>>1531449
The licensing options used to be pretty bad for a while, but now they're great. The license is valid forever and it costs 100 dollars. You can use Game Maker non commercially for free though, so you don't have to commit to it right away.
Replies: >>1531989
Anonymous
7/1/2025, 8:43:13 AM No.1531989
>>1531757
>You will have to write code anyway

Construct 2 was 100% drag and drop