WEBVTT 00:00:00.240 --> 00:00:07.040 Last time on developing, I picked my game engine  - Unity - and I started to learn how to use it. 00:00:07.040 --> 00:00:13.840 But now it's time to reveal the idea for my  game and, well, get started with making it. 00:00:14.400 --> 00:00:21.600 But where does one begin when developing  a game? And I think this is a vitally 00:00:21.600 --> 00:00:27.600 important question because, as you are about  to see, if you take the wrong direction 00:00:27.600 --> 00:00:35.637 when you start developing a game it can be  disastrous for the project. Let me explain. 00:00:44.800 --> 00:00:49.840 Okay so let me start with the idea  for the game. I am going to make, 00:00:49.840 --> 00:00:56.640 and brace yourself because this is crazy, a 2D,  side-scrolling, platform game. Yes, I know, every 00:00:56.640 --> 00:01:02.320 indie developer starts by making a side-scrolling  platformer. But I think I have some good reasons. 00:01:02.320 --> 00:01:07.360 I love the genre. Platformers are  relatively easy to make in the 00:01:07.360 --> 00:01:12.640 grand scheme of things - it’s not a MMO at  least. And I've made loads of videos about 00:01:12.640 --> 00:01:17.760 platformer level design and character  design which should prove helpful. 00:01:17.760 --> 00:01:24.240 Now this is also going to be a, brace yourself  again, platformer with a unique twist. The 00:01:24.240 --> 00:01:31.680 idea is that the character in my platformer is  magnetic which means they will repel away from 00:01:31.680 --> 00:01:38.560 some platforms and attract to others. And you  can change your polarity with a button press. 00:01:38.560 --> 00:01:43.200 The idea actually came from this game: The  Legend of Zelda: Oracle of Seasons. In this 00:01:43.200 --> 00:01:49.040 game you have a magnetic glove power-up which  allows Link to repel from some surfaces and 00:01:49.040 --> 00:01:54.400 attract towards others. You can also use it to  pick up large metal balls for puzzle solving 00:01:54.400 --> 00:02:00.720 and use it to fight enemies. It's a really cool  mechanic but it does feel somewhat limited by 00:02:00.720 --> 00:02:06.960 the genre, the top down camera perspective, and  of course the limited technology of the Game Boy. 00:02:06.960 --> 00:02:14.240 So I thought… what if I were to borrow that  game idea and put it in a different genre: 00:02:14.240 --> 00:02:20.000 a fast-paced, 2D platformer. Something  akin to Celeste or Super Meat Boy. A game 00:02:20.000 --> 00:02:25.360 where you have to master the magnetism  for speed and fluidity and precision. 00:02:26.080 --> 00:02:31.440 So that is the idea. And the question now  is: where do I begin with it? Do I just 00:02:31.440 --> 00:02:37.840 jump into Unity and start coding? Do I jump into  Photoshop and start making some artwork for it? 00:02:37.840 --> 00:02:42.880 Do I start thinking about the storyline  or the characters? Where do I begin? 00:02:43.600 --> 00:02:49.360 I'm going to level with you: this is not the first  game I've ever tried to make. Ever since I was a 00:02:49.360 --> 00:02:54.720 little kid I've come up with ideas for games, and  at various points in my life I have tried to make 00:02:54.720 --> 00:03:02.720 those games in different tools and whatnot. But  I almost never finish those games and I think 00:03:02.720 --> 00:03:10.640 the reason is the same, every single time: I  start in the wrong manner. Let me show you. 00:03:10.640 --> 00:03:18.640 So I got this folder from my parents house  and it is full of notes and sketches and 00:03:18.640 --> 00:03:24.000 ideas for a game I was going to make a few  years before I started Game Maker’s Toolkit. 00:03:24.000 --> 00:03:28.640 That is actually just a mouse mat for  Starcraft Ghost. That game never came out, 00:03:28.640 --> 00:03:32.800 did it? That might be worth  something actually, put that in the eBay pile. 00:03:32.800 --> 00:03:38.560 So this game was going to be called Carter's  Curse. It was about famed archaeologist Howard 00:03:38.560 --> 00:03:43.680 Carter, the dude who discovered Tutankhamen's  tomb. And, in my game at least, he would also 00:03:43.680 --> 00:03:49.440 awaken an ancient Egyptian curse meaning he'd  have to fight zombies and mummies and ancient 00:03:49.440 --> 00:03:57.600 Egyptian gods. I remember spending hours and hours  drawing all of this stuff. I mean… what a nerd! 00:03:58.480 --> 00:04:04.480 Anyway. So how would you go about fighting these  enemies? The answer: playing Picross puzzles. 00:04:04.480 --> 00:04:10.000 Picross is this logic-based, grid-based, puzzle  game… a bit like Sudoku. Nintendo's made loads 00:04:10.000 --> 00:04:15.200 of Picross games. I was really inspired by games  like Bookworm Adventures where you have a puzzle 00:04:15.200 --> 00:04:20.240 at the bottom of the screen, and completing the  puzzle does damage to enemies in a little fight 00:04:20.240 --> 00:04:25.200 scene at the top of the screen. And so my idea was  kind of the same: you'd have a Picross grid at the 00:04:25.200 --> 00:04:30.000 bottom of the screen and Howard Carter would  be fighting monsters at the top of the screen. 00:04:30.000 --> 00:04:36.080 So I jumped into development. I was making the  game in an app for iPad called Codea which lets 00:04:36.080 --> 00:04:42.080 you make iOS games on your iPad. I'd actually  previously used it for a very standard Picross 00:04:42.080 --> 00:04:48.480 app for iOS so I knew I could probably code  it, but I wanted the graphics to be amazing so 00:04:48.480 --> 00:04:52.800 I jumped into Photoshop and just started  making loads of sprites and animation frames. 00:04:52.800 --> 00:04:59.280 I actually have a Dropbox folder that is full of  sprites and animations. I made loads of different 00:04:59.280 --> 00:05:05.760 characters, I made finishing moves for Howard  Carter, I made an introductory cutscene, I made 00:05:05.760 --> 00:05:10.480 menus with big juicy buttons  to press. I really got into it. 00:05:10.480 --> 00:05:16.080 But then I realised something.  Something quite important. Something 00:05:16.880 --> 00:05:26.080 quite detrimental to the project. The game wasn't  any good! It was really bad, it wasn't fun at all. 00:05:26.080 --> 00:05:29.440 And the more I coded it and  the more I developed it the 00:05:29.440 --> 00:05:35.920 more I realised what the problem was: Picross  just doesn't have enough depth for this 00:05:35.920 --> 00:05:41.120 type of game. You can't really have tactics  or strategy, you can't change what you're 00:05:41.120 --> 00:05:47.040 doing depending on which enemy you're fighting,  and ultimately it was immaterial that you were 00:05:47.040 --> 00:05:51.920 fighting enemies. You could ignore that entire  top part of the game and the game would still 00:05:51.920 --> 00:05:55.760 work because all you're doing is just playing  Picross puzzles. So it meant that I didn't have 00:05:55.760 --> 00:06:00.480 the ability to make the game more difficult  or more interesting depending on which enemy 00:06:00.480 --> 00:06:05.040 you were fighting and it meant the player was  just doing the same thing over and over again. 00:06:05.040 --> 00:06:11.520 I had made a game that was shallow and repetitive  and dull. And maybe I could have fixed it but I 00:06:11.520 --> 00:06:18.240 was so far gone at that point and so demoralised  that I just kind of scrapped the whole thing. 00:06:18.960 --> 00:06:26.640 So what was my mistake? Well, with many, many years  of hindsight… it's been almost a decade now… it's 00:06:26.640 --> 00:06:31.840 pretty obvious to me what happened. And it's  this: when you're making a game there's a bunch 00:06:31.840 --> 00:06:38.000 of different things you have to create. The main  ones being the music, the art, the game design, 00:06:38.000 --> 00:06:44.400 the story, and the code. And now it's easy  to think of them as being equal… but they're 00:06:44.400 --> 00:06:50.560 not. In a lot of cases, the game design is  not equal but instead it is the foundation 00:06:50.560 --> 00:06:58.000 upon which all the other parts sit. And so if you  get that bit wrong the whole thing falls apart. 00:06:58.000 --> 00:07:02.000 I mean you can fix the bugs and you can  redraw the graphics, but if the gameplay 00:07:02.000 --> 00:07:07.760 is fundamentally flawed well the whole  project can sometimes be unsalvageable. 00:07:07.760 --> 00:07:11.840 And this is pretty much what happened  to me. I spent so much time on the art 00:07:11.840 --> 00:07:15.680 and animation that by the time I  finally got around to the gameplay, 00:07:15.680 --> 00:07:20.640 I realised that the whole thing was flawed.  I had basically built a house on really 00:07:20.640 --> 00:07:26.560 shaky foundations and then I was surprised and  upset when my toilet fell through the floor. 00:07:26.560 --> 00:07:31.520 Embarrassingly this is not the only time this  has happened to me. I wanted to make a film noir 00:07:31.520 --> 00:07:35.840 point-and-click adventure game with a unique  procedural generation clue system - but 00:07:35.840 --> 00:07:39.520 I spent so much time on the story  and researching the time period that 00:07:39.520 --> 00:07:42.240 I never got around to actually  designing that system. 00:07:42.240 --> 00:07:46.640 And I wanted to make a fast-paced  modern twist on the mobile game 00:07:46.640 --> 00:07:51.920 Snake but I got bogged down in bug fixing  and trying to get the movement code perfect 00:07:51.920 --> 00:07:56.640 that I never found out if that game was  any fun before I got bored and burnt out. 00:07:57.200 --> 00:08:02.480 So every time I've tried to design my  own game I've put other elements like 00:08:02.480 --> 00:08:06.960 story and graphics ahead of the gameplay. Why? 00:08:07.680 --> 00:08:15.040 Well I think it comes down to making two very  wrong assumptions. Assumption one is that the game 00:08:15.040 --> 00:08:20.400 always felt kind of cool in my head, so I just  kind of assumed that the game would be fun 00:08:20.960 --> 00:08:28.320 when I made it. Obviously that was wrong. And  assumption two is that I'm not able to find out 00:08:28.320 --> 00:08:33.760 if the game is fun until I've built the  game. I have to just kind of keep making 00:08:33.760 --> 00:08:40.400 the game and at some point I'll realise  if it's any good… right? No, wrong again. 00:08:40.400 --> 00:08:47.520 And this is all very cringe-worthy to say because  now the answers are so obvious. But they weren't 00:08:47.520 --> 00:08:52.560 obvious then - it's only since doing Game Maker’s  Toolkit, since researching game development, since 00:08:52.560 --> 00:09:00.080 interviewing dozens and dozens of game designers  that I now know how most successful games start. 00:09:00.080 --> 00:09:05.680 You see game designers have loads of ideas all  the time and I'm sure they all seem amazingly 00:09:05.680 --> 00:09:12.400 fun in their heads. But the best game designers  know that their brains are horrible smelly liars. 00:09:12.400 --> 00:09:19.040 The only way to know if a game idea is  good is to build it, to test it. But 00:09:19.040 --> 00:09:25.760 instead of having to build the entire game,  designers just have to build a… prototype. 00:09:25.760 --> 00:09:32.480 A prototype is just this small scrappy test bed  for an idea, just designed to see if the idea 00:09:32.480 --> 00:09:37.680 is fun or not. These prototypes are  usually incredibly ugly with just 00:09:37.680 --> 00:09:45.280 unfinished art or basic shapes or sprites stolen  from other games. They're often buggy and broken 00:09:45.280 --> 00:09:51.280 and they have nothing in them but the bare minimum  features needed to test that mechanic. They are a 00:09:51.280 --> 00:09:55.760 just functional enough version of the  game idea, built as quickly as possible, 00:09:55.760 --> 00:10:03.520 with the only purpose being to see if that game  idea works. Is it fun or interesting? Is it 00:10:03.520 --> 00:10:09.760 worth pursuing? Is it a strong foundation  upon which to build the rest of the game? 00:10:09.760 --> 00:10:15.280 And so that's what I'm gonna do. This time I'm  gonna get it right. I’m gonna focus exclusively 00:10:15.280 --> 00:10:19.280 on making the prototype and I am  going to be extremely disciplined 00:10:19.280 --> 00:10:23.120 and not do anything other  than just test this game idea. 00:10:23.120 --> 00:10:28.240 So in terms of art, I'm just going to pull stuff  off Google Images. There's going to be no music, 00:10:28.240 --> 00:10:33.840 there's no story, I'm not going to think about the  name of the game or the name of the characters. 00:10:33.840 --> 00:10:38.240 I'm not gonna start designing an app icon  for a game that hasn't even been built yet, 00:10:38.240 --> 00:10:43.520 Mark, you idiot. The code will definitely  be buggy and broken because I'm still just 00:10:43.520 --> 00:10:46.880 learning Unity, but it should be good enough 00:10:46.880 --> 00:10:52.960 to see if this idea works. Just a sandbox to  test out game mechanics and see what's fun. 00:10:52.960 --> 00:10:56.400 So let's get started, and open up Unity. 00:10:56.400 --> 00:11:00.720 The first thing I needed to do was to have a  character who can just move left and right and 00:11:00.720 --> 00:11:05.520 jump, so I just have it apply forces to  the rigidbody when I hit the right keys. 00:11:05.520 --> 00:11:10.880 This already had some problems, which wasn't a  great start, but I got there in the end. Then 00:11:10.880 --> 00:11:17.200 I put a magnet in the scene and needed to make it  so the character would attract towards the magnet. 00:11:17.200 --> 00:11:23.200 Now to get this working I had to become an  expert programmer, I had to use my galaxy brain 00:11:23.200 --> 00:11:29.200 coding skills, so I limbered up my fingers and  typed in the following line of code… how do I 00:11:29.200 --> 00:11:34.240 move a rigidbody towards another object.  Okay, yes, I Googled it, found some code, 00:11:34.240 --> 00:11:38.880 and slapped it in my project. But I did make  sure I understood how it works - it basically 00:11:38.880 --> 00:11:44.080 finds the direction between the character and  the magnet and applies forces to the rigidbody 00:11:44.080 --> 00:11:49.680 in that direction. I also tweaked the code so that  it would speed up as you get closer to the magnet. 00:11:50.320 --> 00:11:54.960 Then I made it so you could turn off the magnet  with a button press which had the intended 00:11:54.960 --> 00:11:59.120 effect of keeping the character's velocity  going, sending them flying through the air. 00:11:59.120 --> 00:12:04.640 So if I slap a platform up here I can attract  the character towards the magnet then let go 00:12:04.640 --> 00:12:10.880 and jump up here. Which does feel pretty  good… but it's a little hard to control 00:12:10.880 --> 00:12:15.360 things. This code maybe isn't perfect,  things get out of hand pretty easily. 00:12:15.360 --> 00:12:20.000 But as I was researching this stuff, I  stumbled upon something really useful in 00:12:20.000 --> 00:12:26.720 Unity. It's a built-in component called the point  effector, and it's basically… a magnetic field. 00:12:26.720 --> 00:12:31.760 I don't know how I missed this, the icon for it  is literally just a magnet. Here's how it works: 00:12:31.760 --> 00:12:37.440 you give a GameObject a collider and a point  effector, and then set an attract strength. 00:12:37.440 --> 00:12:42.720 And now when a rigidbody is in the collider,  it's attracted towards the center of the field. 00:12:42.720 --> 00:12:48.720 You can also use Unity's layer mask system to  make it so it only attracts certain objects. 00:12:48.720 --> 00:12:52.560 So this would certainly make the game  a lot easier to make, so I decided to 00:12:52.560 --> 00:12:56.400 remake the prototype. And, yes,  the game feels more grounded. 00:12:56.400 --> 00:12:59.840 It's easier for me to tweak things  and I can do cool stuff like 00:12:59.840 --> 00:13:04.880 if I put the attract point on the poles of the  magnet, this happens - which looks pretty sweet. 00:13:04.880 --> 00:13:09.760 But when I made this second prototype, for  some reason… not quite sure why, I decided 00:13:09.760 --> 00:13:16.400 to not use Mario this time, but replace him with  a picture of a magnet for the main character. And 00:13:16.400 --> 00:13:23.120 this kind of gave me an idea: what  if the character is not magnetic, 00:13:23.120 --> 00:13:29.760 but there is a magnet in the game world. And the  character can walk over and pick up the magnet. 00:13:29.760 --> 00:13:34.960 To achieve this I used Unity's built-in  joint system, it's another component. 00:13:34.960 --> 00:13:39.520 This allows you to connect two rigidbodies  together using different types of joints like 00:13:39.520 --> 00:13:44.960 hinges and springs. So now the character is  essentially holding the magnet and if the magnet 00:13:44.960 --> 00:13:49.920 is attracted to a piece of metal, the character  goes with it. Until you let go of the magnet, 00:13:49.920 --> 00:13:53.040 and now you can walk around again.  And that gameplay I wanted before, 00:13:53.040 --> 00:13:57.680 with using the trajectory of the magnet to  send your character up to a higher platform, 00:13:57.680 --> 00:14:01.680 that can still be achieved by just  letting go of the magnet in mid-air. 00:14:01.680 --> 00:14:04.560 Plus it allows for all sorts of  other things, like you can have 00:14:04.560 --> 00:14:07.600 two magnets, or more. And you could maybe, like, 00:14:07.600 --> 00:14:13.120 place the magnet up here, then get an enemy to  chase, you turn off the magnetism, and splat! 00:14:13.680 --> 00:14:20.240 Oh this is kind of cool, actually. Maybe this  could work. Suddenly the game felt way more 00:14:20.240 --> 00:14:25.680 interesting than my original idea, which I have to  admit I was starting to get a little bit worried 00:14:25.680 --> 00:14:30.720 about. When your character is magnetic and being  attracted and repelled it's very easy to feel 00:14:30.720 --> 00:14:36.160 a bit out of control, but having the magnet be  a separate object means you get times where you 00:14:36.160 --> 00:14:41.200 are completely in control as the character, and a  bit more out of control when holding the magnet. 00:14:41.200 --> 00:14:46.080 Plus, I was a bit worried just how many ideas I  could come up with for a game where the character 00:14:46.080 --> 00:14:52.320 is magnetic. But as soon as I had it as two  separate entities, the ideas just started flowing. 00:14:52.320 --> 00:14:57.760 Plus I really like games where you move back and  forth between two distinct types of gameplay, 00:14:57.760 --> 00:15:03.200 like, think how Mario Odyssey changes when  you do and don't have the hat. So in my game, 00:15:03.200 --> 00:15:09.760 the character is nimble and can jump really high  without the magnet, and slow and leaden when 00:15:09.760 --> 00:15:14.960 holding the magnet - but, of course, that magnet  allows for all sorts of amazing possibilities. 00:15:14.960 --> 00:15:20.720 Now I shouldn't be surprised that an even better  idea emerged during the prototyping process. As we 00:15:20.720 --> 00:15:26.880 saw in the GMTK episode The Games That Designed  Themselves, it's pretty common for new ideas to 00:15:26.880 --> 00:15:31.760 emerge during prototyping. Take a look at the  game Crypt of the Necrodancer: when that game 00:15:31.760 --> 00:15:37.440 was originally designed, it was just supposed to  be a roguelike with a tight time limit in between 00:15:37.440 --> 00:15:42.560 your turns. But as the designers made it, they  realised that it would be even more interesting 00:15:42.560 --> 00:15:46.400 if, instead of it being on a timer,  it was set to the beat of a song. 00:15:46.960 --> 00:15:51.600 So prototypes aren't just a way to  test and prove the validity of an idea: 00:15:51.600 --> 00:15:55.920 they are a way to generate  new and even better ideas. 00:15:55.920 --> 00:16:00.160 Now during this whole stage I made  another interesting discovery in Unity: 00:16:00.160 --> 00:16:04.800 this one is called sprite shapes. And  it's generally used to make really cool 00:16:04.800 --> 00:16:08.080 organic level design, like you  might see in the Ori games, 00:16:08.080 --> 00:16:13.600 but for my purposes I just put on a blank colour  and this allowed me to make level design really, 00:16:13.600 --> 00:16:18.400 really fast. I could just snap together a  prototype area by dragging handles around 00:16:18.400 --> 00:16:22.960 like doing something in Photoshop. So I built  the prototype again and this time I wanted the 00:16:22.960 --> 00:16:28.240 character to be a little bit better to control,  something closer to a real video game character. 00:16:28.240 --> 00:16:33.920 Now I don't want to get bogged down in  coding movement and jumps, so I downloaded a 00:16:33.920 --> 00:16:39.040 character control script off the internet.  It works really good, I can focus on tweaking 00:16:39.040 --> 00:16:45.520 it or remaking it or whatever in the future:  right now I don't want to put time into that. 00:16:45.520 --> 00:16:50.160 Also in this prototype I started looking  at some more mechanics like being able to 00:16:50.160 --> 00:16:54.800 throw the magnet and then being able to  recall it back to you like Thor and his 00:16:54.800 --> 00:16:59.760 hammer. And because the magnet rigidbody bumps  into the character's rigidbody, it gives you 00:16:59.760 --> 00:17:04.800 this little bit of feedback when you catch the  magnet. It's like free game feel, it's amazing. 00:17:04.800 --> 00:17:09.520 And then I came up with various scenarios  that you could use the magnet in, like 00:17:09.520 --> 00:17:14.160 throwing it at a wall to create a platform.  Maybe connecting it to a piston and then 00:17:14.160 --> 00:17:18.480 disconnecting it at the right time to send  it flying. Maybe switching its polarity to 00:17:18.480 --> 00:17:24.400 jump between two conveyor belts. Or how about you  weigh down this platform, stand on the top of it, 00:17:24.400 --> 00:17:30.160 and then change the magnet's polarity to shoot you  up in the air? Whoa this is actually pretty cool, 00:17:30.160 --> 00:17:35.120 right? This is looking like a  video game. This is pretty fun! 00:17:35.120 --> 00:17:41.120 And this really was the point where I felt like  this game idea certainly has some potential. It's 00:17:41.120 --> 00:17:46.160 original: I've seen a bunch of magnet-based  games but nothing quite like this. 00:17:46.160 --> 00:17:52.080 It allows for both platforming and puzzle  based gameplay. It feels like ideas for this 00:17:52.080 --> 00:17:56.960 game just flow really easily so I can build  loads of different levels. And, best of all, 00:17:56.960 --> 00:18:02.320 it's just really fun to play. I can just jump  into this scene in Unity and pick up a controller 00:18:02.320 --> 00:18:06.720 and it's quite enjoyable. That  is surely a very good sign. 00:18:06.720 --> 00:18:13.120 And so this is the power of prototypes:  you can use them to test if a game idea 00:18:13.120 --> 00:18:16.320 is actually any good. And, if you're really lucky, 00:18:16.320 --> 00:18:20.720 you might find that new ideas emerge  during that prototyping phase. 00:18:20.720 --> 00:18:26.880 Now I think you do have to have a certain level  of discipline here, you really do have to say ‘I’m 00:18:26.880 --> 00:18:32.000 not going to focus on anything extraneous right  now, just the gameplay’. And, I mean, it is hard. 00:18:32.000 --> 00:18:37.520 Like, in this video I didn't show you the entire  week I spent looking at particle effects and 00:18:37.520 --> 00:18:43.280 shaders and UI elements and things like that - I'd  gone right back to that old behaviour of getting 00:18:43.280 --> 00:18:49.520 distracted and carried away by stuff that just  doesn't matter right now. But luckily I caught 00:18:49.520 --> 00:18:54.400 it in time and scrapped that prototype, before  getting back to the stuff that is important. 00:18:54.400 --> 00:18:59.600 And ultimately I think it worked out: I ended up  building something that I think is pretty fun, 00:18:59.600 --> 00:19:06.000 that does have potential, and that I am excited  to work on. My previous games which I tried to 00:19:06.000 --> 00:19:11.600 make when I was much younger were built with a  sort of blind hope that the game would be fun, 00:19:11.600 --> 00:19:16.640 which isn't the most confidence-inducing  way to make a game. But now it feels like 00:19:16.640 --> 00:19:22.000 I'm building on a really strong foundation  and so all those other aspects - the story, 00:19:22.000 --> 00:19:29.200 the music, the artwork - that can be built with  faith that the underlying foundation is solid. 00:19:29.200 --> 00:19:34.400 And so I feel like this is  the way to start making games: 00:19:34.400 --> 00:19:39.840 building a prototype. The only question  is: what the hell do I do next? 00:19:40.720 --> 00:19:45.120 I guess we'll find out next time, in the  next episode of Developing. Thank you 00:19:45.120 --> 00:19:51.840 so much for watching and I hope you'll join me  on the next episode of this journey. Goodbye. 00:20:14.320 --> 00:20:18.320 The idea actually came from this game,  The Legend of Zelda: Oracle of Seasons. 00:20:19.600 --> 00:20:22.240 Damn it. From this game. Oops. 00:20:25.120 --> 00:20:31.760 From this game. It came from this game. This  game. This game. This game: The Legend of Zelda: 00:20:31.760 --> 00:20:38.080 Oracle of Seasons. The idea actually came from  this game: The Legend of Zelda: Oracle of Seasons. 00:20:39.920 --> 00:20:41.120 That was pretty good.