Notes
Tutorial Source Code
The source for this tutorial is available in Monticello packages. Package links are in the table below. Download and save them to your hard disk.
| Application | Unit Tests |
It can be installed in a fresh Squeak 3.9 image. You should install the Application first if you also intend to install the Unit Tests.
Create a Workspace window with the following code and execute to begin the game.
(LaserGame
fullWorld: false;
new)
position: 20@230;
openInWorld
A downloadable Mac OS X application for this game is available here.