Search code examples
smalltalkminesweeper

Creating a Minesweepers game in smalltalk


I'm new in smalltalk language and my teacher asked me to make a minesweeper game to exhibit later at my college class, so I need any kind of help here. All material that I found is from before 2011 and does not match with squeak 5.0(current version).But I recently found a minesweepers project in smalltalk language, but does not works in newer versions of squeak( and I don't even know how to run in the old ones), if someone can explain how it works would be great.

http://www.mjfleming.net/Resume/Smalltalk/Minesweeper/minesweeper.html


Solution

  • You might want to take a look at the Laser Game tutorial, that explains how to make a game model and the GUI for it using Morphic