ghosts.js was in the root folder , but in mainpage.html It's used on the path filesjs , so I moved it to jsfiles
ghosts.js was facing an error because it can't import fireman , and with that the game wasn't running because the ghosts.js not executing properly , that's because movment.js wasn't exporting fireman , so I add this export and with that now the ghosts and fireman display on the screen
I did two things