.XSOKOBAN-31, GAMES, X1 version of Sokoban game XSokoban 3.1 ------------&This is the third release of XSokoban. Credits -7 Unknown Hacker - Original curses(1) implementation.* Joseph L. Traub - X windows interface.H Kevin Solie - simultaneously developed X implementation (merged in).L Mark Linderman, Christos Zoulas - Mouse code (added to Solie's version).E Andrew Myers - Improved mouse UI, score ranking and color support--Andrew Myers (andru@lcs.mit.edu)JVMS Port of Xsokoban 3.1 January 1997========================NJérôme Lauret has sent to me some mods to build Xsokoban with DEC C on VAX andNAlpha. There is also a multi-user score file and the support of super-user forscore file creation . Installation: ------------&You need to define some logical names:>- XSOKOBAN_DIR : directory where screens and bitmaps files are$ $ create/dir disk:[toto.xsokoban]- $ DEF/SYS XSOKOBAN_DIR disk:[toto.xsokoban] $ set def [.screens]+ $ copy *.* xsokoban_dir:* /lo/prot=(w:re) $ set def [-.bitmaps.defaults]+ $ copy *.* xsokoban_dir:* /lo/prot=(w:re) $ set def [--]1- SOKOBAN_SCORES: where is located the score file* $ create/dir disk:[toto.xsokoban.scores]6 $ def/sys SOKOBAN_SCORES disk:[toto.xsokoban.scores], $ set prot=(w:rwe) XSOKOBAN_DIR:scores.dirJYou need to create the score file (your name must match the superuser nameMfound into CONFIG.H). A blank score file is provided into [.SCORES] directoryif you cannot.5Regular creation (the password is into CONFIG.H file) $ xsokoban -c password:Rebuild:-------I$ @make builds xsokoban with DEC C on Alpha and GCC on VAX. You can buildwith DEC C on VAX with: $ @make DECCDI've removed the need of Xvmsutils library providing VMS sources forSTRDUP and UNLINK functions.Exes:----LBinaries were built on VAX VMS 6.1 with DEC C 5.0 Motif 1.2 and on Alpha VMS6.2 with DEC C 5.2 Motif 1.2-4#Obj files are in the two .zip filesEnjoy !!Patrick Moreau*http://www2.cenaath.cena.dgac.fr/~pmoreau/