views
27
likes
1

Comments

What do you think?
No comments yet.

A climbing platformer. Think Metroid's planet escape but endless. Made with vanilla JavaScript so code will be viewable and playable in web browser.



all-ages
Mild Cartoon Violence
Mild Fantasy Violence
Mild Realistic Violence
Loading...

Just tried to catch up the #mobile version of the game to the #browser version. There are still some bugs like the scrolling speed and collision but I'll get that next time. I feel like working on #webdev now.

Loading...

Today I added some platforms that randomly generate. You realize how hard it is to code a game from vanilla javascript once your #GameMaker subscription expires. Building collision from scratch gives you a new appreciation for game engines. #challenge

So I added some buttons. Weird though, cuz I can only get one button to register touch at a time. I may replace some down the line for double-tap or swipe but first thing is first. #javascript #mobile #webdev #2d