If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Mighty Nerd vs. the Supervillains (Mac OS Classic)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Mighty Nerd vs. the Supervillains

Developer: ISM
Publisher: ISM
Platform: Mac OS Classic
Released in US: 1989


SourceIcon.png This game has uncompiled source code.
DevTextIcon.png This game has hidden development-related text.


This superhero RPG debuted on the Apple IIGS as Mighty Marvel vs. the Forces of Evil, but some powerful, lawyered-up entity must have noticed and demanded a change of title.

(Probably the forces of evil.)

Owner Resource

ISM9 0 contains the original title, suggesting that it was initially going to be used on this port.

Mighty Marvel vs. the Forces of Evil v1.0

Window Title

The title for the about box—unseen because it has no title bar—is about surgeon. This text is left over from the later revisions of ISM's first Mac game, The Surgeon.

Source Code

The file GAME.SAV includes a small chunk of source, which gets overwritten when a game is saved.

/*if (o->guyOutOn[guy]) {*/
    if ((guy == hero) || (o->masterActivated == TRUE))    GameEnd(TRUE);
    else                                                 FreshVillain();
    /*}*/