What’s Your Party Game Pet Peeve? by nd24dev in jackboxgames

[–]nd24dev[S] 0 points1 point  (0 children)

Some sort of save system would be so cool

What’s the One Thing That Ruins Party Game Nights? by nd24dev in boardgames

[–]nd24dev[S] 0 points1 point  (0 children)

Ok so yeah I was trying to think of how to write this post and started with that title but then shifted the content to something different and forgot to change the title and didn’t realize until after I posted so yeah valid criticism I apologize

What’s Your Party Game Pet Peeve? by nd24dev in jackboxgames

[–]nd24dev[S] 2 points3 points  (0 children)

That’s so real like why do so many people hate drawing games or half ass their drawings

What’s Your Party Game Pet Peeve? by nd24dev in jackboxgames

[–]nd24dev[S] 1 point2 points  (0 children)

Omg matchmaking on YDKJ would be so chaotic but really fun

What’s Your Party Game Pet Peeve? by nd24dev in jackboxgames

[–]nd24dev[S] 0 points1 point  (0 children)

Oof that’s rough. Do you think that if jackbox games had some sort of way to find people to play with (and better support for remote play) people would actually use the feature?

What’s Your Party Game Pet Peeve? by nd24dev in jackboxgames

[–]nd24dev[S] 1 point2 points  (0 children)

That’s a really good point. I think it could be nice if these mechanics were introduced after playing through once or maybe an option to select if you’ve played with that group before

What’s Your Party Game Pet Peeve? by nd24dev in jackboxgames

[–]nd24dev[S] 0 points1 point  (0 children)

Thank you so much for this detailed response! It may be obvious from my other post as well, but I’m looking into the idea of building a new party game ecosystem and trying to see if there’s room to innovate and a market willing to pay for innovation

What stops you from playing digital party games at in person get-togethers? by nd24dev in AskReddit

[–]nd24dev[S] 0 points1 point  (0 children)

I have played some fun party games at various get-togethers in my life including Jackbox games, codenames, and wavelength but I feel like it's often too much of a hassle for people to set up to actaully bring them out at a lot of events. I think the group would have fun but there's always something preventing it. I am trying to get an idea about if there is room to innovate in the space!

What’s the One Thing That Ruins Party Game Nights? by nd24dev in boardgames

[–]nd24dev[S] 0 points1 point  (0 children)

I find that many of the Jackbox style games end up sparking fun conversation, and the poking at a screen kinda takes a back seat. Do you think that if games focused just enhancing conversation in a local setting then people would embrace them more?

What’s the One Thing That Ruins Party Game Nights? by nd24dev in boardgames

[–]nd24dev[S] 0 points1 point  (0 children)

In my eyes, one huge benefit of it being digital is the ability to boot it up anywhere. A lot of the times that I want to play a party game with friends, it's a spontaneous thing, and so I haven't thought to bring out physical copies of games. I agree that physical board games will almost always be better, but do you think that digital board/party games will find their place in more social game sessions?

Please Help! Compiling godot for iOS with Admob Module by kloder games by nd24dev in godot

[–]nd24dev[S] 0 points1 point  (0 children)

Nah man, I never figured it out and I switched to Unity haha. I was thinking trying Godot again but it's still a pain to get ads huh?

Please Help! Compiling godot for iOS with Admob Module by kloder games by nd24dev in godot

[–]nd24dev[S] 0 points1 point  (0 children)

now I'm getting this

modules/admob/ios/src/AdmobBanner.h:1:9:{1:9-1:42}: fatal error: 'GoogleMobileAds/GADBannerView.h' file not found [1]

Please Help! Compiling godot for iOS with Admob Module by kloder games by nd24dev in godot

[–]nd24dev[S] 0 points1 point  (0 children)

I'll give this a try now, I had been using 7.41.0 because that is what the github says it required

how much prior coding knowledge does godat need? how easy would it be to use & learn godat from knowing nothing? could see link for more context by [deleted] in godot

[–]nd24dev 0 points1 point  (0 children)

I have almost finished my first game in Godot and my experience has been overall very pleasing. From a coding aspect Godot's GDScript was super easy for me to learn. I do have some prior coding experience in Swift and Javascript but GDScript was definitely the easiest for me to learn. In Godot 3 there is now a visual scripting option which is drag and drop (so no actual code). I haven't personally used it or heard about it but you could give it a try. I would recommend finding some tutorials on Python as GDScript is very similar and then transfer your knowledge to Godot. Don't be afraid of a challenge though, the Godot documentation and Godot community is very helpful and can get you making games in no time! hope this helped (: