After recently attending an awesome game development workshop, I got inspired to start building my own game. Lowkey inspired by classics like Super Mario, I’m building Monkey Jungle Adventure using raw HTML5 Canvas and JavaScript. Current Implementations are: -Implemented gravity, velocity friction, and bounding-box (AABB) collisions for both the floor and floating ledges. - Built a state machine (idle, run, jump) that changes the character’s animation frames dynamically based on movement. - Created a script that dynamically loads game images - Added banana pickups across the map that automatically update the score UI