itch.io is community of indie game creators and players

Devlogs

Week 9 Devlog : Basic Level Blocking

ESCAPE MANIA
A browser game made in HTML5

Basic Level Blocking

In action-adventure game, having a level will make the game more fun. However, in Escape Mania, I am going to implement mission after mission to complete the game.

Game world implementation

First of all, when the game is started, player will be place in the game world which is also can be called as the main room. Inside the game world, I design the world map using tilemap (a tool that is provided in Unity). Using this tool, it makes it easier to plan the layout of the game world since I can paint and erase the pixel art easily. There are also other components that can be added to this tool, which separates the wall and floor so that it can differentiate which part need and do not need to be collided with the player character. Since Unity has given tools, I just need tilesets and design the game world according how i want.

Game world spritesheet

Underground spritesheet

Feedback and Improvement

During week 9's tutorial, I have gotten feedbacks from my peers regarding my game. Here are some comments and advises that they have provided.

good level layout, the teleporting is awesome. nice how it changes your trail colour as well. some of these pillars feel like you should be able to walk behind them

As there are problems regarding the layering, this makes some object which should be behind appears in front of another game object. To make the visual more clear, I have fixed the layer order of the player and the pilars.

the game is looking great I did notice that if you teleport and get a new trail (which is really cool) you lose your bullets. it would also be cool if the trails mean something like green faster red more dmg etc but you are probably already thinking of that.

I think it is a great idea to give different effects when the trail's color changed. Since there are 3 colors that Implemented, there will be 3 different speeds implemented (slow, medium,fast). These speeds will be randomly changed when player goes into the hole. Another thing regarding to the bullet being gone after getting a new trail, I have fixed it by changing the layer order of the bullet from 0 to 1.

Credits



Files

  • PlayerMovement.zip 5 MB
    Sep 08, 2021
  • PlayerMovement_updated.zip 5 MB
    Sep 12, 2021
  • BasicLevelBlocking.zip 6 MB
    Sep 16, 2021
Download ESCAPE MANIA
Leave a comment