-AAG- Posted March 25, 2019 Share Posted March 25, 2019 There! I said it! ? b10b and servusdei 2 Quote Link to comment Share on other sites More sharing options...
mattstyles Posted March 25, 2019 Share Posted March 25, 2019 Ha ha Procgen to the rescue Quote Link to comment Share on other sites More sharing options...
-AAG- Posted March 26, 2019 Author Share Posted March 26, 2019 I was hoping that was some app that will help me do my levels, don't know the first thing about procgen. Quote Link to comment Share on other sites More sharing options...
mattstyles Posted March 26, 2019 Share Posted March 26, 2019 Procedural Generation. Enter the deep deep pit that is procedurally generating all of your levels, and the everlasting plight to make them interesting and fun. Quote Link to comment Share on other sites More sharing options...
-AAG- Posted March 26, 2019 Author Share Posted March 26, 2019 What's the point? That sounds just as bad. Quote Link to comment Share on other sites More sharing options...
b10b Posted March 26, 2019 Share Posted March 26, 2019 Level design ... aka the retro-engineered steps needed to get the Player to the game mechanics worth playing? Quote Link to comment Share on other sites More sharing options...
-AAG- Posted March 26, 2019 Author Share Posted March 26, 2019 Level design as in I made a puzzle game, got the mechanics done, but now is just so tedious to make levels out of them ( level 1, 2, 3, 4, 5, etc...) Quote Link to comment Share on other sites More sharing options...
mattstyles Posted March 27, 2019 Share Posted March 27, 2019 Procedural generation can be a load of fun, but its a butt-ton of work to get working well. You could even use a genetic algorithm (GA) to create levels, have an automated actor play them, test the 'success' of the actor using fitness functions and then loop that process until you get levels (again, based on a heuristic function) that are fun to play. The up-shoot is that you can, potentially, create a near infinite number of levels like this. Or at least generate a manageable amount (say, 30) and manually curate them. Depending on how good your heuristics are you can create levels that are harder or easier for humans to play. It's a ton of work though. So depends on your mindset. Some crazy people find that a wonderful coding challenge. webdva and b10b 2 Quote Link to comment Share on other sites More sharing options...
-AAG- Posted March 27, 2019 Author Share Posted March 27, 2019 Had to look up the word heuristic so this can't be something I can do ?. But I can see how this could be a lot of fun to someone who actually knows what they are doing. I guess that is how those guys that make the Flow games have so many levels plus daily challenges. I do appreciate all the feedback. Thanks! mattstyles 1 Quote Link to comment Share on other sites More sharing options...
alex_h Posted March 28, 2019 Share Posted March 28, 2019 On 3/26/2019 at 10:04 PM, -AAG- said: Level design as in I made a puzzle game, got the mechanics done, but now is just so tedious to make levels out of them ( level 1, 2, 3, 4, 5, etc...) What means do you use to create the level layouts? I found the easiest way for me was to use an old copy of flash I had lying around, use that to drag and drop images into place and then use a custom jsfl script to export all their positions and names as json. It worked really well, used it for loads of different games. I hooked up the script to a keyboard shortcut so it was really quick, like instantaneous. Quote Link to comment Share on other sites More sharing options...
-AAG- Posted March 28, 2019 Author Share Posted March 28, 2019 Oh no. That part is easy. I am on GameMaker: Studio so its all visual. Just pick, place, and drag around. What I am talking about is the actual design of the levels as in making levels that are puzzling and actually fun to play rather than being obvious or obtuse or involving too much trail and error or being a shore to solve. Quote Link to comment Share on other sites More sharing options...
alex_h Posted March 28, 2019 Share Posted March 28, 2019 2 hours ago, -AAG- said: Oh no. That part is easy. I am on GameMaker: Studio so its all visual. Just pick, place, and drag around. What I am talking about is the actual design of the levels as in making levels that are puzzling and actually fun to play rather than being obvious or obtuse or involving too much trail and error or being a shore to solve. Ha ha, I see Well yes, that part can be a real bitch, agreed Quote Link to comment Share on other sites More sharing options...
josehzz Posted August 31, 2019 Share Posted August 31, 2019 I usually layout the movement/steps I want the player to do and them fit the mechanics to it. With this approach I get levels done quickly and most of them get to be good enough for a release build. When a task is long and tediuos it tends to get boring fast. Quote Link to comment Share on other sites More sharing options...
-AAG- Posted September 2, 2019 Author Share Posted September 2, 2019 This is exactly what I'm doing with my current game and it is so much better than everything I have done before. Good advice! josehzz 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.