This game is where two ghouls are chasing Nano. I made this game from the experience I had from playing so much games when I was younger. I started to play games when I was around 5 years old. My brother taught me how to play this one game on his Gameboy. I eventually got better at playing it and I grew up playing video games since. This chase game was based off of this one game when I was around 8. I had experience from playing that game and used for my own. I tried to make one ghoul chase Nano from the beginning then the other one come out of the corner. This was based off of the game I played when I was younger. It was my favorite game so I thought I should base my game off of this one.
So my first game I made was a Chase game. It was pretty easy because, all I had to do was make the Nano move, respond to the Ghouls and deduct points if they came in contact. The Ghouls was pretty easy too, I basically just made them chase Nano and if the points reached 10 they would teleport to a specific place. The background fit the scene that was happening. Nano was being chased by Ghouls in a dark forest then, when 10 points came around it switched to a happy scene. My second game was a Platformer game. I have to admit it was kind of difficult because, trying to make the unicorn jump took a lot of code. The gravity engine to make the unicorn fall when it didn't touch the platforms was hard. The reason why is because, just taking out at least one block of code could ruin the whole concept of the game. I made that mistake by taking out the block "forever". So, the unicorn only jumped once. The background honestly didn't match what the scene was. A unicorn trying to obtain a blue orb in front of some bushes and a blue sky. Not that exciting.
My most difficult code as probably the unicorn's code. The reason is because, I had to put a gravity engine, make my unicorn jump and, whenever I tried to make it change to level 2 it never worked. Whenever the unicorn got the first orb, it would switch to the next background then switch back. Another reason why my unicorn's code was probably the hardest because, since I put the gravity engine the unicorn would only touch the tip of the black with one hoof while the other one was not touching black. When I finally figured out what was going on, I fixed the problem. I thought it was funny because, I one forgot one code in the unicorn's code. It was still kind of glitchy but, at least I had something ^-^.