Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

From what I can see you made a 2d platformer browser game. Unfortunately .rar is not supported by itch.io for browser games! You need to put all files (index.html, javascripts and resources) into a .zip package.

On top of that there appears to be an error in the "mainscene.js" when you try to destroy the "this.book" object on line 45. Sadly I am a novice in java and can't help you more.

Ah I got it to run! Not a platformer at all more like those pokemon walkers. I just removed the destruction function

These lines:

43//this.matter.world.on('collisionstart', function (event, player, book) {           
44//console.log('collision');            
45//this.book.destroy();                  
47//});

Then your index.html works!

Sadly the ai is broken and I cant do much more than walk