Recreating Mario Party Minigames in Game Builder Garage | Mix and Jam

  Рет қаралды 122,422

Mix and Jam

Mix and Jam

Күн бұрын

As a game developer, I couldn't resist trying out Game Builder Garage! In this special Mix and Jam episode, I go over the steps of some of my Mario Party recreations using the tool!
Links for game codes & instructions:
Sizzling Stakes: [G-003-WW1-TMG]
Bopping Spree: [G-004-LB7-FGH]
Fuzzy Flight School: [G-004-2PH-573]
Support Mix and Jam on Patreon!
/ mixandjam
MUSIC
-------------------------------------
(Game Builder Garage OST)
Title Theme - Game Builder Garage OST
Programming Screen - Game Builder Garage OST
Checkpoints - Game Builder Garage OST
Follow me on Twitter!
/ andre_mc
Timestamps
--
00:00 - Intro
00:50 - Sizzling Stakes (Intro)
01:15 - Sizzling Stakes (Motion Control)
01:36 - Sizzlgin Stakes (Cooking Logic)
02:48 - Bopping Spree (Intro)
03:13 - Bopping Spree (Hit Detection)
03:56 - Bopping Spree (Random Target)
04:42 - Bopping Spree (Multiplayer)
05:37 - Fuzzy Flight School (Intro)
05:53 - Fuzzy Flight School (Spaceship Gameplay)
07:43 - Fuzzy Flight School (Automatic Doors)
08:13 - Results
08:42 - Download Information
#GameBuilderGarage #SuperMarioParty

Пікірлер: 167
@PolyMars
@PolyMars 2 жыл бұрын
awesome breakdown as always, pretty cool seeing how Game Builder Garage's logic works!
@CaspersUniverse
@CaspersUniverse 2 жыл бұрын
Hi polymars
@multi1446
@multi1446 2 жыл бұрын
hello poly!
@rubychick3195
@rubychick3195 2 жыл бұрын
omg its polymars
@fatiyahe
@fatiyahe 2 жыл бұрын
now make a game using it 😈
@DoggoGmez
@DoggoGmez 2 жыл бұрын
polymars i am a big fan of yours
@voxybuns
@voxybuns 2 жыл бұрын
6:04 Pro-tip, you don't have to use that setup to keep the UFO from rotating towards the direction you want to move it in. In the UFO's properties, there's a setting called "Turning speed" which, when set to 0, will prevent the UFO from rotating away from its starting orientation.
@mixandjam
@mixandjam 2 жыл бұрын
I actually figured that out after I was done with the video - hehehe! The more you know!
@More_DRN
@More_DRN Жыл бұрын
A wild voxy has been spotted!
@sandfanboy999
@sandfanboy999 Жыл бұрын
@@More_DRN Go Sand fanboy!
@Cyranek
@Cyranek 2 жыл бұрын
mix and jam could recreate gta 5 pixel perfect in scratch
@fatiyahe
@fatiyahe 2 жыл бұрын
*gta 6
@KangaGamer
@KangaGamer Жыл бұрын
This is the most impressive unorthodoxed idea ever!
@PoliThePolarCat1947
@PoliThePolarCat1947 Жыл бұрын
He wouldn't be allowed to upload the game because Scratch is for younger ages and GTA is HIGHLY INAPPROPRIATE.
@Penguinguything
@Penguinguything Жыл бұрын
@@PoliThePolarCat1947 yeah you can even say kill in the game
@Pixel_Perfect101
@Pixel_Perfect101 2 ай бұрын
me if i was in gta 5
@amazingagent1404
@amazingagent1404 2 жыл бұрын
Wait I just realized you’re the one who made the sizzling steaks game
@iHeartGameDev
@iHeartGameDev 2 жыл бұрын
This came out of NOWHERE but I'm here for it! Haven't checked out Game Builder Garage yet but everything you've shared on twitter has sold me on it (and now this video, of course). What a beginner-friendly introduction to game development -- and the super cute aesthetic is just perfect for a younger audience.
@SpammingY-pp2ru
@SpammingY-pp2ru Ай бұрын
Aha, so YOU'RE the one behind these! I've played the Sizzling Steaks and the Bopping Spree! One thing I will say is that the different punching threw me off on the latter, but the fact it's as good as it is is really impressive!
@thepolygonpilgrimage
@thepolygonpilgrimage 2 жыл бұрын
While I have no interest in the Game Builder Garage I am always impressed with how clearly and simply you are able to create/recreate these various mechanics. Well done yet again sir! Looking forward to the next one
@toxiquid
@toxiquid 2 жыл бұрын
wow that was quick
@puffcap_
@puffcap_ 2 жыл бұрын
im really impressed at what you can do in this visual coding way, especially in a switch game. Great job!
@voxybuns
@voxybuns 2 жыл бұрын
2:15 You mentioned changing the gameplay of Sizzling Stakes to require 3 cooked sides for a win because of the uniform scaling of the Extending Object nodon. Wouldn't it be possible to keep the 6-side requirement by using textures instead?
@mixandjam
@mixandjam 2 жыл бұрын
I believe that I tried this approach but there is a limit of how much stuff you can parent into a box object. Just with textures those would be 6 nodons and then you would have to do the additional touch sensors... But maybe I should try again and see if it works! It was good to experiment anyways
@voxybuns
@voxybuns 2 жыл бұрын
@@mixandjam Right, only 8 connections per object... You could use multiple cubes for that but it might mess with physics because of the added weight
@Zevest
@Zevest 2 жыл бұрын
I think you can achieve a similar result using only 2 red cubes positioned at two opposite corners of the brown cube. The red cube would then take care of 3 faces each. I don’t have the game so I don’t know what’s possible.
@Kirbman
@Kirbman 2 жыл бұрын
7:25 You can also use the head Nodon to attach objects to the camera.
@Skeffles
@Skeffles 2 жыл бұрын
It's fantastic to see you can create these in GBG but those blueprints look terrifying. Great video!
@Solanaceously
@Solanaceously 2 жыл бұрын
Absolutely insane!
@zojirushi1
@zojirushi1 2 жыл бұрын
One of my favorite channels! I love the recreation of mechanics from other games! :D
@Nova_Ghost_Gamer
@Nova_Ghost_Gamer 2 ай бұрын
You can also create models by using Fancy objects (like a crate or a fluffball) a teleporter, a teleporter exit, some connectors, and depending on what you use, you can use a counter nodon connected to a map nodon for the animations! If you'd like a better explanation, I recommend watching DaveNodon's video about making models and animations for characters.
@Xyabra
@Xyabra 2 жыл бұрын
I can't wait until he works on Dreams
@studioroberts
@studioroberts 2 жыл бұрын
Unreal Engine 5 Better have nodes with faces that make funny noises or I don't want it.
@anthonyrodriguez6515
@anthonyrodriguez6515 2 жыл бұрын
I tried doing the same thing with Shy Guy Showdown (Mario Party 5)( G 001 9PK GND) and Wind Wavers (Mario Party 5)(G 004 JCN G2N)
@AnduresCove
@AnduresCove 2 жыл бұрын
Cool!
@NeverDissappointed
@NeverDissappointed 2 жыл бұрын
Bruh!! That is what we want. Mini Games!!!!
@JeronArtest
@JeronArtest 2 жыл бұрын
wow didn't expect this at all
@kpo1233
@kpo1233 2 жыл бұрын
Man you are a professional developer. We need Unreal engine tutorials from you. Please get into that engine.
@ZygerGFX
@ZygerGFX 2 жыл бұрын
never heard of game builder garage but looks pretty cool. also once again awesome end product!
@KG-rr4so
@KG-rr4so Жыл бұрын
6:31: You can also go to the camera’s settings and slide the horizontal and vertical tracking rate all the way to zero; This trick works for the game screen nodon too!
@ronigleydsonvilasnovas8067
@ronigleydsonvilasnovas8067 2 жыл бұрын
I think videos like that take a lot of studies, you're very smart man. Congratulations on the video!!
@ronigleydsonvilasnovas8067
@ronigleydsonvilasnovas8067 2 жыл бұрын
I have a suggestion, but please don't take it seriously. What do you think of the Snake Pass game? it seems to have very interesting mechanics.
@moustafa.alebhayan
@moustafa.alebhayan 2 жыл бұрын
Wow, you are truly talented game developer man! :)
@saitama7457
@saitama7457 2 жыл бұрын
so good! 2 vidéos in two weeks
@RamblePrism
@RamblePrism 2 жыл бұрын
Very impressive!
@bluewolf9749
@bluewolf9749 2 жыл бұрын
For the fuzzy flight school mini game in GBG, there's an option in the UFO to keep it locked at a certain angle, the option being "Y-axis Rotation" which (to be facing away from the camera) would be set to 180 degrees
@explodermlmk2107
@explodermlmk2107 2 жыл бұрын
Oh, so you're the one who made the cooking minigame, nice
@nextProgram
@nextProgram 2 жыл бұрын
Very very cool
@CHIEF_Games
@CHIEF_Games Жыл бұрын
This is so epic
@GamesBySaul
@GamesBySaul 2 жыл бұрын
What a fantastic video, Game Builder Garage really seems like a great tool Nintendo has created, seems like it could get a lot more people into game development at a younger age :) Of the minigames you recreated, which was your favourite to make! :D
@mixandjam
@mixandjam 2 жыл бұрын
Bopping Spree for sure!! It was so cool to enhance the hit interactions and also having to come up with solution for the tool’s limitations!
@GamesBySaul
@GamesBySaul 2 жыл бұрын
@@mixandjam thought you'd say that! I feel from watching your videos, those challenges and limitations are some of your favourite things to deal with ;D
@antonberg92
@antonberg92 2 жыл бұрын
This was awesome 👍👍
@KurenaiHideyoshi
@KurenaiHideyoshi 2 жыл бұрын
I’ve got a suggestion! How about… the Z-Target system from the 3D Legend of Zelda games? If that seems too simple, you could also recreate the sword combat from Wind Waker or Twilight Princess--or get risky and try Skyward Sword’s combat!
@Zhinoi
@Zhinoi 2 жыл бұрын
Love this
@morganisapro6
@morganisapro6 Ай бұрын
With the sizzling stakes one, you couldve used the texture nodon, and make it only show when that side is cooked
@devChrisAP
@devChrisAP 2 жыл бұрын
Game Builder Garage :O
@SkarloeyTheSmokeBoxNo1
@SkarloeyTheSmokeBoxNo1 2 жыл бұрын
6:03 - There is another easy way to fix this issue. In the UFO nodon's settings, there is a setting to change the turn speed, if yo set it to 0, it will stay fixed in it's direction and will not rotate
@Kirby_Super
@Kirby_Super 2 жыл бұрын
Instead of adding a Moving object to the UFO, there is an option in the menu for the UFO called turning speed, and if you had set it to 0, I wouldn't have turned at all, and Instead of using a third UFO for the HUD, you could have used the head nodon, which automatically links objects to the camera.
@mixandjam
@mixandjam 2 жыл бұрын
The first one I’ve noticed after making the video but I didn’t know about the second one! Thanks for the feedback
@Gui-Nogueira
@Gui-Nogueira 2 жыл бұрын
I ae André!! Eu assisto seus vídeos desde o "Breath of the Wild's Fire Arrow FX"!! E cara, seus vídeos são excelentes demais!! Você já pensou em fazer um curso explicando e ensinando a fazer essas mecânicas com mais detalhes?! Serio, eu super compraria!! Teu trabalho é excelente!!
@SourLayedBack
@SourLayedBack 2 жыл бұрын
I think a video on the weird gravity ignorant and atypically shaped tracks of F-Zero X and GX would be super interesting and is something I have been curious on how to reproduce for a while now
@froggo4363
@froggo4363 2 жыл бұрын
Very nice
@xxsuperproductionsxx138
@xxsuperproductionsxx138 9 ай бұрын
AMAZINGGGGGGGGGGGGGGGGGGGGGGGGGGG!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@casoostrom5556
@casoostrom5556 2 жыл бұрын
fun idea for a video: making a transition for the spiderman suit. So it would have a cool effect with that nano transition
@Denjo92
@Denjo92 2 жыл бұрын
Would be cool to see other unconventional engines being used, like Dreams for example.
@digi102
@digi102 2 жыл бұрын
In the frying pan one, you might’ve been able to use textures and counters instead. My idea was when a side is being cooked, the counter counts up until it reaches a certain number. Then it could send a signal to the texture nodon, and turn the texture on.
@scribblecloud
@scribblecloud Жыл бұрын
too many textures for one object
@amazingagent1404
@amazingagent1404 2 жыл бұрын
I think it would be really cool to see you recreate the “auto-building” mechanic from Lego games.
@RadElNew
@RadElNew 2 жыл бұрын
For the cooking logic, would it have been possible to translate the raw box up to only cook one side at a time? I don't have the game
@dudd9649
@dudd9649 2 жыл бұрын
I think he purposely made them cook two sides simultaneously so the game is faster to finish.
@beastgamer2947
@beastgamer2947 Жыл бұрын
You could have used the game screen nodon instead of making a camera nodon follow an invisible UFO for fuzzy flight school.
@imfastboi
@imfastboi 2 жыл бұрын
Would be curious to see a video on the game Townscaper :P As always the video is super great And tbh I didn't even know Nintendo had developped such a tool
@ArcRay20
@ArcRay20 2 жыл бұрын
kind of feels like this game was made for you and your content. lol
@Porter100
@Porter100 11 ай бұрын
6:02 theres A way to fix that with 0 NODONS! Just change the turn speed to 0 and it will stop. Hope this helps!
@mixandjam
@mixandjam 10 ай бұрын
Thanks! That's something I only realised after finishing! At least that project didn't have too much Nodons!
@scribblecloud
@scribblecloud Жыл бұрын
this is awesome, im not a programmer at all but i tried recreating splatoon by teleporting colored squares to touch sensors xD but due to the limit of unique teleporters, i could only make a really small space with big ''ink blocks''. I wonder if there would be a better way to go about this
@LowLevelLemmy
@LowLevelLemmy 2 жыл бұрын
Woah, can you use a mouse with Game Builder Garage? If you plug a mouse into the switch it just works?
@mixandjam
@mixandjam 2 жыл бұрын
Yup!! I used a wireless mouse with the small usb "dock" and it worked perfectly!
@josephscarborough4704
@josephscarborough4704 11 ай бұрын
Plz make more of these videos please it’s so cool
@mixandjam
@mixandjam 10 ай бұрын
Thanks! When you say more video like this you mean from Game Builder Garage?
@tuliolages2681
@tuliolages2681 2 жыл бұрын
I love your videos!
@leonmatt4799
@leonmatt4799 2 жыл бұрын
Not sure if this is the goal of this channel, but i really like the way movement fell on a mobile game called "BotWorld adventures", the controls, camera and animation are all so smooth. I would love to know how it's done on Unity
@plvsh54
@plvsh54 Жыл бұрын
pro tip use head nodon to make ui
@rvwi9131
@rvwi9131 2 жыл бұрын
Nice Video! I was wondering if you could make a tutorial about letting players create their own game....in a game! So not using a game builder to make a game, rather creating a game builder in unity.. that would be dope! Just a simple one like the thing people use to create GTA mini games by dragging and dropping existing probs and checkpoints to the map and such.
@Skymen75019
@Skymen75019 2 жыл бұрын
Making a level editor or a map editor is a lot harder than it sounds, even simple ones sadly
@Wirby.
@Wirby. 2 жыл бұрын
for the ufo you could’ve went into it’s properties and made it’s turn speed 0
@xysterboi2183
@xysterboi2183 Жыл бұрын
I think that for fuzzy flight school you should have used tilt
@09alim
@09alim Жыл бұрын
You could make the best game ever in game builder garage
@BrutalStrike2
@BrutalStrike2 2 жыл бұрын
Roblox japan edition :D
@paulovinicius7890
@paulovinicius7890 2 жыл бұрын
Lol
@samyam
@samyam 2 жыл бұрын
I know Game Builder Garage is directed towards kids, but the little creatures on the nodes are personally very distracting, I'd be watching them rather than making the game😅 Great video! Was a fun watch 👏
@ungesagt
@ungesagt 2 жыл бұрын
Could you show us how fractal/recursive maps of Spaceflux work?
@EvanOley
@EvanOley Жыл бұрын
Could you please make more of these? I got on the GMG train late. It’s such an awesome game!!
@bobalinx8762
@bobalinx8762 2 жыл бұрын
Next, do some mini games from Mario Party 2!
@rumplstiltztinkerstein
@rumplstiltztinkerstein 2 жыл бұрын
Incoming cease and desist requests by nintendo
@5FriedFrittersOnAFriday
@5FriedFrittersOnAFriday 2 жыл бұрын
6:09 or you could just get rid of the rotation speed on the ufo. it is at the bottom (I'm surprised to see this from an experienced dev)
@ragnability4232
@ragnability4232 2 жыл бұрын
Hello sir, your videos and remakes are amazing! I've just wanted to ask how did you learn to program in Unity and use it? I mean have you done a course to learn it?
@Gabby_AKA_Gup
@Gabby_AKA_Gup Жыл бұрын
I was making Bowser’s Big Blas in Superstars
@Comfiics
@Comfiics 2 жыл бұрын
5:53 you could've set the turning speed to 0? idk
@Zhinoi
@Zhinoi 2 жыл бұрын
Please do more GBG recreations
@sadsadsad5000
@sadsadsad5000 2 жыл бұрын
it would be cool if you recreate the time controlling mechanics of the prince of persia ps2 games
@SuperCrafter1234
@SuperCrafter1234 2 жыл бұрын
I know the game hasn't come out yet, but can you try doing the "Forspoken" kind of movement from the trailers?
@alal7946
@alal7946 2 жыл бұрын
Could you make a video about the Building/Destructing Mechanic in Astroneer
@ewwitsantonio
@ewwitsantonio 2 жыл бұрын
Wow this looks far more confusing than learning some basic C# and leveraging the Unity API... :O What do other game programmers thing??
@emmanuelkouros9318
@emmanuelkouros9318 2 жыл бұрын
Please please please make how to do luffy hand attack in unity it would be the best thing
@MJhenriquez
@MJhenriquez 2 жыл бұрын
I just bought the game cuz of this video! Will you make more?
@gamerl2220
@gamerl2220 2 жыл бұрын
Please do a video about the lasso mechanic from rdr2. I know you’ve already done an rdr2 video and the lasso mechanic isn’t that exciting but it’s pretty complicated and it would be interesting to see how you might go about it in unity.
@danuvip
@danuvip 2 жыл бұрын
you know how to make a game about programming a game? like you have to make your own game inside a game?, like building a drag and drop game engine but simple?
@morpheus6716
@morpheus6716 2 жыл бұрын
how do you move the cursor so smoothly? is this on actual switch hardware or emulated? either way, this is really what gbg is made for. Props on these games!
@mixandjam
@mixandjam 2 жыл бұрын
You can actually plug a USB mouse into your switch dock and use it on the GBG editor, it's pretty neat!
@morpheus6716
@morpheus6716 2 жыл бұрын
@@mixandjam Oh that works? Thats absolutely nice for a game like this!
@desireeheinen5631
@desireeheinen5631 Жыл бұрын
@@mixandjam i need the codes... I missed them :(
@oinkymomo
@oinkymomo 2 жыл бұрын
could you make the red box out of multiple boxes?
@johanvaldivieso2792
@johanvaldivieso2792 2 жыл бұрын
6:06 your wasting nodon, You could just set The UFOS turning speed to 0.
@BertLeyson
@BertLeyson Жыл бұрын
6:13 Set turn speed to 0.
@yarinthekinggamingclipsv4g896
@yarinthekinggamingclipsv4g896 5 ай бұрын
Show me how to recreate snake Block Party from Mario Party 10
@bobalinx8762
@bobalinx8762 2 жыл бұрын
6:10 Couldn’t you turn the UFO’s turn speed to 0?
@mixandjam
@mixandjam 2 жыл бұрын
Yup, I found that out after doing the video 🥲🥲🥲
@AndyKusanagi86
@AndyKusanagi86 7 ай бұрын
this is interesting... but pretty overwhelming for a dilettante like me.
@eboatwright_
@eboatwright_ 2 жыл бұрын
So, when are you gonna make a full game? :D
@whospwow
@whospwow 2 жыл бұрын
6:15 you could have changed the turning speed to 0
@Tazerboy_10
@Tazerboy_10 Жыл бұрын
😲
@kamataya_reaper
@kamataya_reaper 2 жыл бұрын
Can you remake any mechanics in Unreal Engine?
@ah_spider7350
@ah_spider7350 2 жыл бұрын
make spiderman swing please ☻
@felipe18383
@felipe18383 2 жыл бұрын
Did you use a mouse or the joycons to make these games?
@mixandjam
@mixandjam 2 жыл бұрын
Used all of the control options really, I’ve worked on these games over a month so I have even used touch on handheld mode!
@okiepokegamingthemastergamer
@okiepokegamingthemastergamer Жыл бұрын
I can't play the game for some reason, it says something expired
@mariotorres2989
@mariotorres2989 Ай бұрын
can you make a video about how to recreate these games please?
@hazchickgames2840
@hazchickgames2840 2 жыл бұрын
How do you learn logic like this? Desperately want to know 😫
@imaginationsquare
@imaginationsquare 2 жыл бұрын
I am making a full fletched party game named 'Garage Party!' :D and I was wondering if you wanted to join the 'minigame contest', to have a chance on winning a spot in the final release? If you want to see more about the contest, join the Video Dojo community discord server. There is a thread there for it, with rules and everything. Since I won't ask you to join (someone elses) discord server, you can also wait untill I upload a video. I totally understand if you can't and sorry if this comment feels like self promotion, I am just searching people who know what they are doing ;) If you want to join and you have any questions, please leave a reply.
@Skymen75019
@Skymen75019 2 жыл бұрын
Why is there a nodon limit? And why is that limit so low? :(
@christyisacunt5103
@christyisacunt5103 2 жыл бұрын
could you do something on dmc5 in unity? pretty please
Can Game Builder Garage Teach You Programming?
15:38
LazyAlarm
Рет қаралды 52 М.
Breaking games and defeating bosses in Game Builder Garage!
16:25
Brad is Brad
Рет қаралды 73 М.
World’s Deadliest Obstacle Course!
28:25
MrBeast
Рет қаралды 151 МЛН
Survival skills: A great idea with duct tape #survival #lifehacks #camping
00:27
I’m just a kid 🥹🥰 LeoNata family #shorts
00:12
LeoNata Family
Рет қаралды 19 МЛН
Дибала против вратаря Легенды
00:33
Mr. Oleynik
Рет қаралды 4,4 МЛН
A Game Builder Garage Showcase (40+ Games) - DPadGamer
15:35
DPadGamer
Рет қаралды 405 М.
I turned my Switch into a Burglar Alarm...
9:17
Indanam
Рет қаралды 32 М.
Game Builder Garage Keeps Getting BETTER AND BETTER!!!
28:17
6 Developers make a Game Without Communicating
15:00
Jackson Academy
Рет қаралды 158 М.
Transforming my home into the ultimate video game
5:42
Playfool
Рет қаралды 1,3 МЛН
[Game Builder Garage Tutorial] Enemy AI
7:00
Oribloop
Рет қаралды 102 М.
Markiplier and JackSepticEye Compete to Make a Game in 2 hours
22:07
Corridor Crew
Рет қаралды 3,4 МЛН
Homemade Switch Games
10:34
Peter Knetter
Рет қаралды 717 М.
БАРЛЫҚ ГЕРОЙЛАР АСПАНҒА КЕТТІ (GTA V)
1:23:51
skibidi toilet multiverse 039 (part 1)
5:29
DOM Studio
Рет қаралды 7 МЛН