Skip to main content

Mega Man Levels 1 and 2

Adding Keys

Adding keys and doors had a great effect on my level in the transition from V1 to V2! Since my level was already laid out along a linear path, I had to make a detour that branched off from the midsection of my level in which the player acquired a key to reach the ending. I added a lava cave beneath my jungle that I themed around a mining site, with Drill enemies and lots of breakable blocks. It ended up being probably my favorite section of the whole level!!


Adding Weapons

Adding Weapons was really fun, because the new movement abilities allowed me to design new platforming challenges! The Weapons I chose for my 2nd level were Oil Slider and Charge Kick! I really liked the Charge Kick because the double jump both tested the player's timing and spacing skills as well as allowed me to design new kinds of platforming challenges! I chose the O Slider because I thought the surfing was so cool and that a surfing section would be super fun!! In the actual design of the level the Charge Kick Area was really fun when I tested it! But when I had my players testing it they had a hard time getting the double jump down, which made that section pretty difficult since it was designed around that mechanic, and when it was time to make the O Slider area I had a hard time thinking of how I could make it interesting, and in the end I think I could’ve done better with it but it was still pretty fun!


What Went Right

I think that the cave area in the first level was a design section that was really cool! My players thought it was really cool and I got to use a lot of interesting mechanics in there like blocks that could sink in lava and drill enemies that could break through fragile blocks. Another thing that I got good comments on was the pace of my level. My players said that it felt like a really good length. Another thing my level was complimented for was the visuals. I had a lot of fun going through the backgrounds with each project and picking out the ones I thought would be cool to use in my level, Mega Man has a lot of beautiful artwork! I also tried to use 2 tilesets in each section rather than just 1, as they could come together to form a more complex visual theme. For example, in the Cave Area I used a rock tileset in combination with a construction tileset to make it look like a mining site!


What Went Wrong

I think I seriously misjudged the difficulty of the C Kick Double Jump, as everyone seemed to get a little frustrated in that section. But playtesting is all about figuring out what works and what doesn't, so I was able to remedy it somewhat by making that area a bit easier with each playtester who struggled! Some other struggles in my first level were a couple jumps that were tougher than I thought, or some accidental spots where players weren’t able to backtrack where I wanted them to be able! I took notes on each individual playtester on what went wrong, as well as feed back from the players themselves. Then I’d make changes based on those notes and feedback, make note of the changes, and test them on the next playtester. One thing I really liked about the mega man project is that tests go a lot faster than they did with our DnD maps which usually took a quarter of the class period!


Comments

Popular posts from this blog

CAGD 370 Blog Post 1

  In CAGD 370, my new group and I have just started working on a new project currently titled Thunder Vault! It’s a 3D Platformer where the player has to rely on their pole vaulting skills and momentum-based physics to clear levels as quickly as possible! Andrew Kostlan is the Lead Designer, Anish Neupane is the Producer, and I am the Programmer of this project. In our first 2 week sprint, We’ve set up our backlog, developed and tested our paper prototype, and created our Unreal Project File and set up Github Version Control from within the project! As the Programmer, I was the one to set up the Unreal Project this week. I chose Unreal Engine version 5.5.3 since it’s the latest release, so that we’ll have access to all the latest features during development. The next thing I did was set up Git Version Control within Unreal. I recently purchased a new computer, and didn’t move over anything from my old machine so that I could have a fresh, uncluttered start. A consequence of this th...

CAGD Blog Post 3 - Thunder Vault Kinesthetics Playtest!

  Sprint 3 of Thunder Vault’s development has ended! This sprint has been a pretty exciting one, with our first digital playtest, some good feedback, and a lot of big changes to come! Starting with the playtest, we had the player set up in a simple level with some obstacles to vault over and walls to bounce off of. I wanted to give the player some kind of goal, so I made an enticing tower in the middle of the level that required 4 increasingly hard jumps to ascend. This proved pretty effective! All of the playtesters that I watched tried multiple times to climb the tower, although I think I was the only one who was able to reach the top sadly. This indicated to me that while the mechanics felt comfortable to me, they were not nearly as intuitive for our playtesters. We also lacked any kind of tutorial or how to play section, meaning we had to explain the controls to our testers verbally. I would like to somehow design our next level in a way that encourages the player to explor...

CAGD 370 Blog Post 4 - Second Playtest!

  This sprint has been quite an eventful one! To start off, I revamped the pole-vaulting mechanics for this sprint’s playtest! I started by creating a new enumerator that would allow me to create different “stages” of the pole vault. The first of these states is the “Ready” state that the player begins in. In this state, you can see a red line trace that shows where your pole is going to be planted. In the previous version, this was only visible when the player held down left click. Now, by pressing left click, the player “plants” their pole and enters the next state. Pole Vault Ready State Next is the “Planted” state. In this state, the player’s pole is anchored to wherever the line trace connected to when they entered the state. If the player moves too far away from the anchor point, they go back into the Ready state. But as the player moves closer to the anchor point, they move more slowly. This is to simulate the resistance of the pole “flexing” as the player moves closer...