For 2D Platforming
I've been seeing more and more questions pop up about users wanting to make their own games and often times they're told to use an engine. However, I've been working on a piece of js code for a while that will enable users here to make simple 2d platformers without the use of an engine. The code can be found here: https://code.sololearn.com/WQU8o8PHedlL Although the comments share a big deal, I made a documentation sheet to make level creation easier: https://docs.google.com/document/d/1zE0syHt-0_mO1L1nWYktRgH2uh94uR394W0TiaXplGI/edit?usp=sharing This is something I've been working on for a long time. I have a lot more stuff planned for it that's close to completion, but I wanted to leave you guys a mardi gras gift, so I'm giving you all an alpha release for it. It's quite limited in that the only objects are the player, walls, and a kill trigger, but maybe you guys can come up with something creative for it. Feel free to save it to your profiles as well! I do not mind the reuse of my code, so long as you leave the proper credits in the code comments! I want to see what some users can do with this tool. If you make something cool, send it to me by posting it here! edit: NOW MOBILE SUPPORTED. Mobile touch controls are in an early beta, however, and are currently clunky. If anyone wants to offer suggestions for better movement, please do so. I'm open to just about anything. (Looking into a virtual joystick)