Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

7ports

8
Posts
1
Topics
12
Followers
8
Following
A member registered Jan 18, 2020 · View creator page →

Creator of

Recent community posts

Thank you so much for your feedback! I do have some questions/comments about your points

1. for the controls, is there some way you could suggest that could make the controls better? we had the approach of not checking every frame to slow down how fast he moved and were struggling with coming up with a better solution (this caused some dropped inputs and sensitivity). I'm glad it wasn't too hindering to your enjoyment though :D

2. The way we were handling collision was also a bit janky, we ended up checking for collissions and then correcting the characters position after the collission had happened to give the illusion you weren't moving. It did work but wasn't ideal, I'm wondering if there is a better way to do this as well, maybe with clamp!


3. Cancelling moves did cross our mind, but due to time limits we couldn't implement the tracking of previous moves :( maybe if I ever pick this project back up again that'll be included :D


4. same situation as above, we didn't have time to throw in the sound effects but definitely planned for future iterations and games :)

this was my first jam entry, so thank you for your feedback and praise, it really means a lot :)

Thank you so much!

Thank you! we wanted something nice and calm and it fit perfectly :D

Thank you for the feedback! I'll certainly give yours a try  :)

Thank you for the feedback! I'm a little sad the controls weren't ideal but its a good lesson for the future!

glad you enjoyed it! yes an unfortunate situation with the controls, I think we just got used to it during testing and never got to fixing it. Thank you for the feedback!

right, makes sense. I was asking for distribution purposes, the testing has been good but I managed to figure out submission to itch and other such things so I’m good for now, thank you!

(1 edit)

I've created a game and built it, but when I try to open index.html all I get is the following error message in the conosle:

in firefox

SecurityError: The operation is insecure. index.js:1  

and on chrome

index.js:1 Uncaught DOMException: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data.


how do I make it such that this goes away? and how can I ensure that anyone that tries to play the game won't get this? I believe it has something to do with CORS but I'm not sure