with some games, the main file is not always the one that loads with the above method. You can also try typing in...
LOAD"$",8
LIST
then choose the filename that looks most like it is the main executable for the game you can to load, it will usually be of filetype PRG, then just type
LOAD"filename",8,1
RUN