© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
The game is a port of TSQL Checkers written by Steve Wint for SQL Server 2000. You can get the original script here http://www.stevewint.com
Tested on InterSystems Cache’ and InterSystems IRIS.
Instructions below assume that you already have InterSystems IRIS installed. If not - the easiest way to try it would be to pull the InterSystems IRIS Community Edition Docker Image and follow the setup instructions.
In IRIS terminal USER>
!wget -O /tmp/checkers.tar.gz https://github.com/antonum/TSQL-Checkers/archive/master.tar.gz && tar -xvf /tmp/checkers.tar.gz -C /tmp do $system.OBJ.LoadDir("/tmp/TSQL-Checkers-master/src/","ck",,1) do ^checkers
$ git clone https://github.com/antonum/TSQL-Checkers.git $ docker-compose up -d $ docker-copmose exec iris iris session iris USER>do ^checkers
For more information on InterSystems IRIS support for Transact-SQL (TSQL), SQL Server and Sybase to IRIS Migration tools see Transact-SQL (TSQL) Migration Guide