You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does work at first. Until you complete level 1. The biscuits dont reset because you don't clone the map anymore but use the current instance of the map
The clone function at the end of pacman.js seems to corrupt JQuery, in particular the $.getXXX functions.
I removed the code and replaced:
map = Pacman.MAP.clone();
with
map = Pacman.MAP;
The code seems to work with this change
The text was updated successfully, but these errors were encountered: