||| Copyright (C) 1998-2007, Sumisho Computer Systems Corp.  All Rights Reserved.
|||
||| Maintained by: Curl Solutions
{curl 6.0 applet}
{applet SADCHESS,
    manifest = "manifest.mcurl"}


{include "splash.scurl"}
|| import the chess ui
{import * from COM.CURL.CSK.EXTRAS.CHESS}


{persistent-data {String "sadchess-3.0 " & {DateTime}.info.us-date}}

|| create the container for the application
{let cv:ChessView = {new ChessView}}

|| Ensure that changed settings are preserved
{on-applet-suspend do
    {cv.commit-persistent-data}
}

|| remove the welcome screen
{splash.detach}

|| Display and run Chess
{value cv}

