A JavaScript Game

ITimg

Industrial Tomb is a 2D Puzzle-Platformer game in which players must use interactive objects to reach the glowing scarab. Upon completion, players will receive a star rating based on their time of completion.

The objective is to push the moveable boxes onto corresponding pressure plates, and interact with levers to enable trap doors. After enabling the final lever, the scarab will become visible, and the player must reach it and interact with it. If the player makes a mistake, they can easily restart by jumping off the map. Upon solving the level, players will receive a star rating based on their completion time: 3 stars for under 5 minutes, 2 stars for under 10 minutes, and 1 star for simply finishing.
For the majority of the game's visuals, including the character, a 16x16 tileset was used. The individual collections of tiles were positioned separately on an HTML canvas, with the game loop updating their positions on each iteration - except for the character - creating the illusion of movement and keeping the player centered at all times. As a result, the game offers a beautiful UI that adapts well to all screen sizes.
ITimg