I keep getting the error "index out of range" on line 402 of ThePouringGame.js. Being it's minified, I can't help. Doing "pretty print" in Chrome, that's a really big game. You could likely condense considerably it by using SVG's for your graphics. Take a look at my Towers of Hanoi game to see what I'm talking about. That's less than 900 non-minified lines. Granted, my game doesn't have as many images as this one, but I've made the graphics work with me, not just look pretty.
Also, you probably shouldn't be logging to the console as much info as you are.
This would be a decent game if the error didn't stop me after a minute or two of play.
← Return to game
Comments
Log in with itch.io to leave a comment.
I keep getting the error "index out of range" on line 402 of ThePouringGame.js. Being it's minified, I can't help. Doing "pretty print" in Chrome, that's a really big game. You could likely condense considerably it by using SVG's for your graphics. Take a look at my Towers of Hanoi game to see what I'm talking about. That's less than 900 non-minified lines. Granted, my game doesn't have as many images as this one, but I've made the graphics work with me, not just look pretty.
Also, you probably shouldn't be logging to the console as much info as you are.
This would be a decent game if the error didn't stop me after a minute or two of play.