ftp.nice.ch/pub/next/developer/nextsources/Pre3.X/Chess-9.s.tar.gz#/Chess-9/Chess_main.m

This is Chess_main.m in view mode; [Download] [Up]

/* Generated by the NeXT Project Builder 
   NOTE: Do NOT change this file -- Project Builder maintains it.
*/

#import <stdlib.h>
#import <sys/param.h>
#import <objc/NXBundle.h>

#import "Chess.h"

void main(int argc, char *argv[]) {
    char	path[MAXPATHLEN+1];
    
    NXApp = [Chess new];
    if ([[NXBundle mainBundle] getPath:path forResource:"Chess" ofType:"nib"])
	if ([NXApp loadNibFile:path owner:NXApp withNames:NO fromZone:[NXApp zone]])
	    [NXApp run];
    [NXApp free];
    exit(0);
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.