An action platformer I started during Hack the North 2021 and am now attempting to finish.
Download the game on itch.io.
YouTube video showcases here
2021-12-20.13-55-12.mp4
The new moving platform system aims to make the creation of custom paths for moving platforms easy and efficient. Right now, moving platforms can pick up multiple entities and they can be programmed to move or rotate in any direction. Key features like vertical platform pickup, bonus velocity when leaving a platform, correct collision with existing walls, and death by being squished by a platform have been implemented as well.
Additionally, the start of conveyor belts have been implemented. The final version of conveyor belts allows them to be placed vertically as well.
2021-12-24.13-42-58_Trim.mp4
This post marks the beginning of the implementation of a user account system, complete with login, register, and profile components. Users will be able to register for an account which will allow them to submit scores to a leaderboard and even upload their own levels using a level editor (which is planned to be added to the game). This is all possible with the many useful technologies of Firebase, including Firebase Authentication, Cloud Firestore, and Firebase Functions.
View more blog posts on the wiki
Check out upcoming features on the feature roadmap
After downloading the file, extract the .zip
file or open it with WinRAR and run escape.exe
.
Your primary objective is to collect all the coins to unlock the door to grab the gem at tne end of the level. However, you will need to dodge many obstacles and enemies that will attempt to eliminate you, so be careful!