I thought about that:) SketchMorph is used to create game board, so I need it.Can I use some other Morph?Mark2013/9/3 St��phane Ducasse <stephane.ducasse@inria.fr>you cn find it under my repository on SmalltalkhubOn Sep 3, 2013, at 12:07 PM, �������������� ���������� <mrizun@gmail.com> wrote:I was dealing with laser game on pharo and found two problems.1. LedMorph is missing but it's ok, I downloaded it (Morphic Extras).Remove reference to SketchMorph.2.SketchMorph is missing too, and I have some difficulties with it. When trying to load it (Morphic Basic) with Monticello browser an error occurs.Any ideas?Stef2013/9/2 �������������� ���������� <mrizun@gmail.com>Thanks)2013/9/2 St��phane Ducasse <stephane.ducasse@inria.fr>
;)On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:Hi,yes it can. This is where your adventure begins :)Also I think that I may be easier to follow the tutorial step by step with Pharo. Then you'll solve problems just when they appear and not end up with a tons of unknown stuff.UkoOn 2 ������. 2013, at 15:02, �������������� ���������� <mrizun@gmail.com> wrote:As was suggested above I tried to load Laser Game on Pharo 2.0 and it didn't work.Can this problem be solved?2013/8/16 St��phane Ducasse <stephane.ducasse@inria.fr>
I thought that you were doing it on Pharo.On Aug 16, 2013, at 11:11 AM, �������������� ���������� <mrizun@gmail.com> wrote:Hi, everyone!I have been working on a tutorial 'how to make a game using smalltalk' and developed this game ( Laser Game ) on Squeak, as it is an example of development on Squeak. I'm learning, so it's a great experience for me. Laser Game is my first game and it's not complicated, but for me it took long time to make.Links:1. http://squeak.preeminent.org/tut2007/html/ - website of tutorial2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser GameComments are welcome:)It would be good to have it on pharo and to know what are the changes at the morphic level.
Mark