Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(16 edits) (+1)

it looks good, but I have some feedback:

• you can walk on water
• if you first move to the left and the press down without relesing the left key, and after that releas the down key you dont move left
(one way to solv it would be to implement 8 directional movment, then you don't have to check for the last key, you only have to change the charachters velocity in the direction it's going)
• the audio isn't looping (add the loop attribute to the audio tag)

Hi @gghk, thank you for the feedback brother, let me go add that audio loop tag right now :D, since this is my first time programming in javascript I find it hard to move the character full 8 directional (used to program in C#). the thing is I'm making the canvas move instead of making the character move. makes it easier to add layers and layers of map data without needing to reference it to the character.