NEON GRAPPLE
Make a 2d Platformer with shooting mecanics and health bar in stages (cave,Forest,old temple,Ruins,...),with multiple enemys,Power ups,parkour mecanics,Grapple hook item,Drops ,and a finals boss in each stage (each boss has a different attack pattern), after each stage the p...
Make a 2d Platformer with shooting mecanics and health bar in stages (cave,Forest,old temple,Ruins,...),with multiple enemys,Power ups,parkour mecanics,Grapple hook item,Drops ,and a finals boss in each stage (each boss has a different attack pattern), after each stage the player can choose the next stage(options),and after each boss the player gets a power up and a stat point to upgrade player stats (each stage gets harder), Add multiple difficulties , Character customization,and Custom level creation there should be a main menu to start where the player can customize their character hair,clothes (colors,styles),and there also should be a button for options to adjust the volume and an exit button to leave the game,in html file. I tested the game, and here are my notes : - The game is way too fast to be playable, it needs to slow down - The grapple only works on enemies, it should also work on walls and ground to pull the character. - The game should not relay on the mouse, it should be playable without the mouse use, just the keyboard, and shooting with he gun should be with the key CTRL. - The gun should not be infinite, it should have a cooldown effect with a timer bar. - The gun should be visible as an object that the character holds. - The drops should be collectable and adds to the health bar. - Also, when the character dies, there should a gameover screen instead of a notification/message on the browser. - There also should be some sound effects for the shouting and the gameover. -Try adding some background music for each stage I tested this new version and it is much better than the previous one, keep everything as it is, and try to make these changes : - The boss's zone is not reachable as the walls are too height to over come. - The Shooting button should be ALT instead of CTRL. - The background is too blank, there should be some stage related image or objects, like fire torches in the cave and trees for the forest. -There should be a background music in the main menu and a different one for each stage. - When using the grapple, the character should be able to control the length of the rope, so to get closer or further of the wall or the sealing - Also, when using the grapple and on a wall, the character can climb the wall (with a small animation and dedicated sound effect) - There should be moving ground piece to add move dynamics to the game. I tested the game again, and I found some minor bugs that need to be fixed : - The moving platform behave anormally, wwen the player tries to get on them, they push back and throw the player far away, which some times pushes the player to the void. - There should be numbers representing the health bar with the max health. Also, try to add some other type of enemies with different shapes and colors and give them eyes, also try to add more different drops ( different colors) also make a special gun that lasts only for a few seconds when a special drop is taken. Also, add a major feature, CHECKPOINTS and lives, so whenever the player dies, he may just restarts from the last checkpoint, there must be at least 03 checkpoints in each stage.