Skip to content

Commit 902b8a4

Browse files
committed
Pushing Pacman Game to remote repo
1 parent e24835d commit 902b8a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Packman/faranbutt/index.js

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ Pacman.Ghost = function (game, map, colour) {
3333
};
3434
};
3535

36-
/* Collision detection(walls) is done when a ghost lands on an
37-
* exact block, make sure they dont skip over it
38-
*/
3936
function addBounded(x1, x2) {
4037
var rem = x1 % 10,
4138
result = rem + x2;

0 commit comments

Comments
 (0)