JoshuaKGoldberg / Old-Deleted-FullScreenMario

An HTML5 remake of the original Super Mario Brothers - expanded for wide screens.
2.98k stars 883 forks source link

problem with underground levels and cheat codes #126

Closed coool121212 closed 10 years ago

coool121212 commented 10 years ago

the randomly generated underground levels spawn items that are way out of reach or in impossible locations, it also spawns the green tunnels to high, so you cant progress, this leads to restarting the game.

second thing, when i enter cheats into the console it says "SecurityError: Blocked a frame with origin "null" from accessing a cross-origin frame." ??? how do i fix this?

JoshuaKGoldberg commented 10 years ago

The random map generator is a bit screwy on Underground levels, that's something I'd like to fix in the near future. https://github.com/Diogenesthecynic/FullScreenMario/issues/13 (updated to include weird item spawning).

The cheat codes issue is covered in the readme - you'll have to either run index.html on a virtual server, or just go to mario.html directly.