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

New update on the web portfolio! Be live soon. Learned a whole bunch while I was gone: git, github, terminal on android (did I mention I am doing all this development from my phone?). I'll be updating the game soon too. See you then!




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