r/gamemaker 13h ago

Community How do you know a game idea/concept is actually fun enough to go on with development?

4 Upvotes

I am completely new to game development and I am working on my first littles games. I already spent a few hours at my favorite café and did some good brainstorming on the games‘s basic concept, the core game mechanic(s).
Now, for one of the games I implemented the most basic code for a working prototype which reflects my basic needs to evaluate if the mechanics are actually fun or not.

My question is simply, how do you in your projects decide whether to go on with the game development or whether to rework the concept?

I have some trouble to overthink too much and rework maybe too much before I actually go on with the project. When is the game fun enough to actually go on?


r/gamemaker 5h ago

Help! What is wrong with my code?

2 Upvotes

[SOLVED: thank you guys, you really helped me :)]

I want to program a mouse (animal) whose direction is decided to be either left or right, then walks for about 1.5 seconds and that it is again decided whether he goes left or right. howéver, the mouse is only walking right, no matter how often i start the game or how long i watch it, it never goes left :(

this is the code vor the create-event:

create event

and heres the code for the step event:

please help me!!

thank you in advance


r/gamemaker 10h ago

Help! question about game_change()

2 Upvotes

i have been doing a chapter based game and i want to use game_change() since we are multiple people each working on one chapter. Tho, if i try game_change() it wont work. I included the data.win and the options file in the included files but it doesnt do anything. i know i have to export the game as a executable, but i tried it and its the same problem. Can anyone help?


r/gamemaker 9h ago

Resolved Im new at the Game Dev can you suggest a YT channel or etc.

2 Upvotes

I want to learn game development as a hobby, and I think GameMaker is a very good engine for that.


r/gamemaker 8h ago

Help! Help to check if path end is in a wall

0 Upvotes

So let's say I have a roaming enemy that randomly picks a coordinate to travel to, how can I make it pick another coordinate in case the position of the end of the path is the same as a wall? And how can I flip the image_xscale to match the direction it is going in when following a path?


r/gamemaker 2h ago

Help! help adding voice acting to my dialog

0 Upvotes

i used the official gamemaker turn based rpg dialog tutorial and wanted to know if it was possible to add voice acting to it