<div dir="ltr"><br>As a follow-up to the question of how one would open up Chess in Squeak, I combined all of your answers into a single algorithm. Here it is...<br><br>Squeak chess opening algorithm<br><br>1) open squeak<br>
2) download (v 1.10) of chess.st.gz from <a href="http://map1.squeakfoundation.org/package/cb19b6f1-e371-47b2-b814-4bad079d0fbc">http://map1.squeakfoundation.org/package/cb19b6f1-e371-47b2-b814-4bad079d0fbc</a><br>3) unzip it<br>
4) drag Chess.st into main window and select fileIn entire file<br>5) right click in the main window, in the pop-up menu go to Project, click on open<br>6) in the menu click on workspace<br>7) type &quot;ChessMorph new openInWorld&quot; (no quotes)<br>
8) highlight the above text, right click and select do-it from menu<br>9) chess should now be running<br><br>Thanks guys!<br><br></div>