Re: [Pharo-users] Laser Game

2013-09-05 Thread Stéphane Ducasse

On Sep 5, 2013, at 4:33 PM, Маркіян Різун  wrote:

> First, samegame board than I'll deal wwith laser game problem)
> Ok?

Yes :)

> 
> 
> 2013/9/5 Stéphane Ducasse 
> mark I suggest that you have a look at Miner or same game and see how a board 
> is built
> 
> Stef
> 
> 
> 
> On Sep 5, 2013, at 9:55 AM, Маркіян Різун  wrote:
> 
>> Or maybe I should write it from the beginnig.
>> 
>> 
>> 2013/9/5 Маркіян Різун 
>> I guess Marcus is right, the best option is to rewrite some (big) parts of 
>> code.
>> 
>> 
>> 2013/9/5 Yuriy Tymchuk 
>> You can explore what methods are needed and how they are implemented in 
>> Squeak
>> 
>> uko
>> 
>> 
>> 
>> On 5 вер. 2013, at 10:27, Маркіян Різун  wrote:
>> 
>>> Used RectangleMorph, still doesn't work. Obviously, it's because of some 
>>> methods of SketchMorph that are used.
>>> 
>>> 
>>> 2013/9/5 Stéphane Ducasse 
>>> I should look at the tutorial because it looks really strange to me to use 
>>> a sketchMorph for a board game.
>>> 
>>> On Sep 4, 2013, at 11:09 AM, Маркіян Різун  wrote:
>>> 
 I thought about that:) SketchMorph is used to create game board, so I need 
 it.
 Can I use some other Morph?
 
 Mark
 
 
 2013/9/3 Stéphane Ducasse 
 
 On Sep 3, 2013, at 12:07 PM, Маркіян Різун  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).
 
 you cn find it under my repository on Smalltalkhub
 
> 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?
 
 Remove reference to SketchMorph. 
 
 Stef
 
> 
> 
> 2013/9/2 Маркіян Різун 
> Thanks)
> 
> 
> 2013/9/2 Stéphane Ducasse 
> 
> On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk  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.
> 
> ;)
> 
>> 
>> Uko
>> 
>> 
>> On 2 вер. 2013, at 15:02, Маркіян Різун  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 
>>> 
>>> On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
 Comments are welcome:)
>>> 
>>> I thought that you were doing it on Pharo. 
>>> It would be good to have it on pharo and to know what are the changes 
>>> at the morphic level.
 Mark
 
 
>>> 
>>> 
>> 
> 
> 
> 
 
 
>>> 
>>> 
>> 
>> 
>> 
> 
> 



Re: [Pharo-users] Laser Game

2013-09-05 Thread Маркіян Різун
First, samegame board than I'll deal wwith laser game problem)
Ok?


2013/9/5 Stéphane Ducasse 

> mark I suggest that you have a look at Miner or same game and see how a
> board is built
>
> Stef
>
>
>
> On Sep 5, 2013, at 9:55 AM, Маркіян Різун  wrote:
>
> Or maybe I should write it from the beginnig.
>
>
> 2013/9/5 Маркіян Різун 
>
>> I guess Marcus is right, the best option is to rewrite some (big) parts
>> of code.
>>
>>
>> 2013/9/5 Yuriy Tymchuk 
>>
>>> You can explore what methods are needed and how they are implemented in
>>> Squeak
>>>
>>> uko
>>>
>>>
>>>
>>> On 5 вер. 2013, at 10:27, Маркіян Різун  wrote:
>>>
>>> Used RectangleMorph, still doesn't work. Obviously, it's because of some
>>> methods of SketchMorph that are used.
>>>
>>>
>>> 2013/9/5 Stéphane Ducasse 
>>>
 I should look at the tutorial because it looks really strange to me to
 use a sketchMorph for a board game.

 On Sep 4, 2013, at 11:09 AM, Маркіян Різун  wrote:

 I thought about that:) SketchMorph is used to create game board, so I
 need it.
 Can I use some other Morph?

 Mark


 2013/9/3 Stéphane Ducasse 

>
> On Sep 3, 2013, at 12:07 PM, Маркіян Різун  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).
>
>
> you cn find it under my repository on Smalltalkhub
>
> 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?
>
>
> Remove reference to SketchMorph.
>
> Stef
>
>
>
> 2013/9/2 Маркіян Різун 
>
>> Thanks)
>>
>>
>> 2013/9/2 Stéphane Ducasse 
>>
>>>
>>> On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk 
>>> 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.
>>>
>>>
>>> ;)
>>>
>>>
>>> Uko
>>>
>>>
>>> On 2 вер. 2013, at 15:02, Маркіян Різун  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 
>>>

 On Aug 16, 2013, at 11:11 AM, Маркіян Різун 
 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 tutorial
 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser
 Game
 Comments are welcome:)


 I thought that you were doing it on Pharo.
 It would be good to have it on pharo and to know what are the
 changes at the morphic level.

 Mark




>>>
>>>
>>>
>>
>
>


>>>
>>>
>>
>
>


Re: [Pharo-users] Laser Game

2013-09-05 Thread Stéphane Ducasse
mark I suggest that you have a look at Miner or same game and see how a board 
is built

Stef


On Sep 5, 2013, at 9:55 AM, Маркіян Різун  wrote:

> Or maybe I should write it from the beginnig.
> 
> 
> 2013/9/5 Маркіян Різун 
> I guess Marcus is right, the best option is to rewrite some (big) parts of 
> code.
> 
> 
> 2013/9/5 Yuriy Tymchuk 
> You can explore what methods are needed and how they are implemented in Squeak
> 
> uko
> 
> 
> 
> On 5 вер. 2013, at 10:27, Маркіян Різун  wrote:
> 
>> Used RectangleMorph, still doesn't work. Obviously, it's because of some 
>> methods of SketchMorph that are used.
>> 
>> 
>> 2013/9/5 Stéphane Ducasse 
>> I should look at the tutorial because it looks really strange to me to use a 
>> sketchMorph for a board game.
>> 
>> On Sep 4, 2013, at 11:09 AM, Маркіян Різун  wrote:
>> 
>>> I thought about that:) SketchMorph is used to create game board, so I need 
>>> it.
>>> Can I use some other Morph?
>>> 
>>> Mark
>>> 
>>> 
>>> 2013/9/3 Stéphane Ducasse 
>>> 
>>> On Sep 3, 2013, at 12:07 PM, Маркіян Різун  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).
>>> 
>>> you cn find it under my repository on Smalltalkhub
>>> 
 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?
>>> 
>>> Remove reference to SketchMorph. 
>>> 
>>> Stef
>>> 
 
 
 2013/9/2 Маркіян Різун 
 Thanks)
 
 
 2013/9/2 Stéphane Ducasse 
 
 On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk  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.
 
 ;)
 
> 
> Uko
> 
> 
> On 2 вер. 2013, at 15:02, Маркіян Різун  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 
>> 
>> On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
>>> 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
>>> Comments are welcome:)
>> 
>> I thought that you were doing it on Pharo. 
>> It would be good to have it on pharo and to know what are the changes at 
>> the morphic level.
>>> Mark
>>> 
>>> 
>> 
>> 
> 
 
 
 
>>> 
>>> 
>> 
>> 
> 
> 
> 



Re: [Pharo-users] Laser Game

2013-09-05 Thread Hilaire Fernandes
Le 05/09/2013 09:27, Маркіян Різун a écrit :
> Used RectangleMorph, still doesn't work. Obviously, it's because of some
> methods of SketchMorph that are used.
> 

A Rectangle morph should do the job.
What are these methods? I suspect it should not be a big deal.
You may want to use two images side by side, a Squeak one and a Pharo,
then compare what is missing and what need to be adapted.
It could be a very rewarding exercise.

Hilaire

-- 
Dr. Geo http://drgeo.eu




Re: [Pharo-users] Laser Game

2013-09-05 Thread Маркіян Різун
Or maybe I should write it from the beginnig.


2013/9/5 Маркіян Різун 

> I guess Marcus is right, the best option is to rewrite some (big) parts of
> code.
>
>
> 2013/9/5 Yuriy Tymchuk 
>
>> You can explore what methods are needed and how they are implemented in
>> Squeak
>>
>> uko
>>
>>
>>
>> On 5 вер. 2013, at 10:27, Маркіян Різун  wrote:
>>
>> Used RectangleMorph, still doesn't work. Obviously, it's because of some
>> methods of SketchMorph that are used.
>>
>>
>> 2013/9/5 Stéphane Ducasse 
>>
>>> I should look at the tutorial because it looks really strange to me to
>>> use a sketchMorph for a board game.
>>>
>>> On Sep 4, 2013, at 11:09 AM, Маркіян Різун  wrote:
>>>
>>> I thought about that:) SketchMorph is used to create game board, so I
>>> need it.
>>> Can I use some other Morph?
>>>
>>> Mark
>>>
>>>
>>> 2013/9/3 Stéphane Ducasse 
>>>

 On Sep 3, 2013, at 12:07 PM, Маркіян Різун  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).


 you cn find it under my repository on Smalltalkhub

 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?


 Remove reference to SketchMorph.

 Stef



 2013/9/2 Маркіян Різун 

> Thanks)
>
>
> 2013/9/2 Stéphane Ducasse 
>
>>
>> On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk 
>> 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.
>>
>>
>> ;)
>>
>>
>> Uko
>>
>>
>> On 2 вер. 2013, at 15:02, Маркіян Різун  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 
>>
>>>
>>> On Aug 16, 2013, at 11:11 AM, Маркіян Різун 
>>> 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 tutorial
>>> 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser
>>> Game
>>> Comments are welcome:)
>>>
>>>
>>> I thought that you were doing it on Pharo.
>>> It would be good to have it on pharo and to know what are the
>>> changes at the morphic level.
>>>
>>> Mark
>>>
>>>
>>>
>>>
>>
>>
>>
>


>>>
>>>
>>
>>
>


Re: [Pharo-users] Laser Game

2013-09-05 Thread Маркіян Різун
I guess Marcus is right, the best option is to rewrite some (big) parts of
code.


2013/9/5 Yuriy Tymchuk 

> You can explore what methods are needed and how they are implemented in
> Squeak
>
> uko
>
>
>
> On 5 вер. 2013, at 10:27, Маркіян Різун  wrote:
>
> Used RectangleMorph, still doesn't work. Obviously, it's because of some
> methods of SketchMorph that are used.
>
>
> 2013/9/5 Stéphane Ducasse 
>
>> I should look at the tutorial because it looks really strange to me to
>> use a sketchMorph for a board game.
>>
>> On Sep 4, 2013, at 11:09 AM, Маркіян Різун  wrote:
>>
>> I thought about that:) SketchMorph is used to create game board, so I
>> need it.
>> Can I use some other Morph?
>>
>> Mark
>>
>>
>> 2013/9/3 Stéphane Ducasse 
>>
>>>
>>> On Sep 3, 2013, at 12:07 PM, Маркіян Різун  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).
>>>
>>>
>>> you cn find it under my repository on Smalltalkhub
>>>
>>> 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?
>>>
>>>
>>> Remove reference to SketchMorph.
>>>
>>> Stef
>>>
>>>
>>>
>>> 2013/9/2 Маркіян Різун 
>>>
 Thanks)


 2013/9/2 Stéphane Ducasse 

>
> On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk 
> 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.
>
>
> ;)
>
>
> Uko
>
>
> On 2 вер. 2013, at 15:02, Маркіян Різун  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 
>
>>
>> On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
>> 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser
>> Game
>> Comments are welcome:)
>>
>>
>> I thought that you were doing it on Pharo.
>> It would be good to have it on pharo and to know what are the changes
>> at the morphic level.
>>
>> Mark
>>
>>
>>
>>
>
>
>

>>>
>>>
>>
>>
>
>


Re: [Pharo-users] Laser Game

2013-09-05 Thread Yuriy Tymchuk
You can explore what methods are needed and how they are implemented in Squeak

uko


On 5 вер. 2013, at 10:27, Маркіян Різун  wrote:

> Used RectangleMorph, still doesn't work. Obviously, it's because of some 
> methods of SketchMorph that are used.
> 
> 
> 2013/9/5 Stéphane Ducasse 
> I should look at the tutorial because it looks really strange to me to use a 
> sketchMorph for a board game.
> 
> On Sep 4, 2013, at 11:09 AM, Маркіян Різун  wrote:
> 
>> I thought about that:) SketchMorph is used to create game board, so I need 
>> it.
>> Can I use some other Morph?
>> 
>> Mark
>> 
>> 
>> 2013/9/3 Stéphane Ducasse 
>> 
>> On Sep 3, 2013, at 12:07 PM, Маркіян Різун  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).
>> 
>> you cn find it under my repository on Smalltalkhub
>> 
>>> 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?
>> 
>> Remove reference to SketchMorph. 
>> 
>> Stef
>> 
>>> 
>>> 
>>> 2013/9/2 Маркіян Різун 
>>> Thanks)
>>> 
>>> 
>>> 2013/9/2 Stéphane Ducasse 
>>> 
>>> On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk  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.
>>> 
>>> ;)
>>> 
 
 Uko
 
 
 On 2 вер. 2013, at 15:02, Маркіян Різун  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 
> 
> On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
>> 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
>> Comments are welcome:)
> 
> I thought that you were doing it on Pharo. 
> It would be good to have it on pharo and to know what are the changes at 
> the morphic level.
>> Mark
>> 
>> 
> 
> 
 
>>> 
>>> 
>>> 
>> 
>> 
> 
> 



Re: [Pharo-users] Laser Game

2013-09-05 Thread Marcus Denker

On Sep 5, 2013, at 9:27 AM, Маркіян Різун  wrote:

> Used RectangleMorph, still doesn't work. Obviously, it's because of some 
> methods of SketchMorph that are used.
> 

I have the feeling that the code is just too tied to an old version of Squeak. 

Getting it to work will be more a rewrite, not a small fix.

Marcus

> 
> 2013/9/5 Stéphane Ducasse 
> I should look at the tutorial because it looks really strange to me to use a 
> sketchMorph for a board game.
> 
> On Sep 4, 2013, at 11:09 AM, Маркіян Різун  wrote:
> 
>> I thought about that:) SketchMorph is used to create game board, so I need 
>> it.
>> Can I use some other Morph?
>> 
>> Mark
>> 
>> 
>> 2013/9/3 Stéphane Ducasse 
>> 
>> On Sep 3, 2013, at 12:07 PM, Маркіян Різун  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).
>> 
>> you cn find it under my repository on Smalltalkhub
>> 
>>> 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?
>> 
>> Remove reference to SketchMorph. 
>> 
>> Stef
>> 
>>> 
>>> 
>>> 2013/9/2 Маркіян Різун 
>>> Thanks)
>>> 
>>> 
>>> 2013/9/2 Stéphane Ducasse 
>>> 
>>> On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk  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.
>>> 
>>> ;)
>>> 
 
 Uko
 
 
 On 2 вер. 2013, at 15:02, Маркіян Різун  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 
> 
> On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
>> 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
>> Comments are welcome:)
> 
> I thought that you were doing it on Pharo. 
> It would be good to have it on pharo and to know what are the changes at 
> the morphic level.
>> Mark
>> 
>> 
> 
> 
 
>>> 
>>> 
>>> 
>> 
>> 
> 
> 



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [Pharo-users] Laser Game

2013-09-05 Thread Маркіян Різун
Used RectangleMorph, still doesn't work. Obviously, it's because of some
methods of SketchMorph that are used.


2013/9/5 Stéphane Ducasse 

> I should look at the tutorial because it looks really strange to me to use
> a sketchMorph for a board game.
>
> On Sep 4, 2013, at 11:09 AM, Маркіян Різун  wrote:
>
> I thought about that:) SketchMorph is used to create game board, so I
> need it.
> Can I use some other Morph?
>
> Mark
>
>
> 2013/9/3 Stéphane Ducasse 
>
>>
>> On Sep 3, 2013, at 12:07 PM, Маркіян Різун  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).
>>
>>
>> you cn find it under my repository on Smalltalkhub
>>
>> 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?
>>
>>
>> Remove reference to SketchMorph.
>>
>> Stef
>>
>>
>>
>> 2013/9/2 Маркіян Різун 
>>
>>> Thanks)
>>>
>>>
>>> 2013/9/2 Stéphane Ducasse 
>>>

 On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk  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.


 ;)


 Uko


 On 2 вер. 2013, at 15:02, Маркіян Різун  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 

>
> On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
> 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
> Comments are welcome:)
>
>
> I thought that you were doing it on Pharo.
> It would be good to have it on pharo and to know what are the changes
> at the morphic level.
>
> Mark
>
>
>
>



>>>
>>
>>
>
>


Re: [Pharo-users] Laser Game

2013-09-04 Thread Stéphane Ducasse
I should look at the tutorial because it looks really strange to me to use a 
sketchMorph for a board game.

On Sep 4, 2013, at 11:09 AM, Маркіян Різун  wrote:

> I thought about that:) SketchMorph is used to create game board, so I need it.
> Can I use some other Morph?
> 
> Mark
> 
> 
> 2013/9/3 Stéphane Ducasse 
> 
> On Sep 3, 2013, at 12:07 PM, Маркіян Різун  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).
> 
> you cn find it under my repository on Smalltalkhub
> 
>> 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?
> 
> Remove reference to SketchMorph. 
> 
> Stef
> 
>> 
>> 
>> 2013/9/2 Маркіян Різун 
>> Thanks)
>> 
>> 
>> 2013/9/2 Stéphane Ducasse 
>> 
>> On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk  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.
>> 
>> ;)
>> 
>>> 
>>> Uko
>>> 
>>> 
>>> On 2 вер. 2013, at 15:02, Маркіян Різун  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 
 
 On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
> 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
> Comments are welcome:)
 
 I thought that you were doing it on Pharo. 
 It would be good to have it on pharo and to know what are the changes at 
 the morphic level.
> Mark
> 
> 
 
 
>>> 
>> 
>> 
>> 
> 
> 



Re: [Pharo-users] Laser Game

2013-09-04 Thread Маркіян Різун
2013/9/4 p...@highoctane.be 

> you can get a rectanglemorph and a Form

I'll try that) Thank you


Re: [Pharo-users] Laser Game

2013-09-04 Thread p...@highoctane.be
you can get a rectanglemorph and a Form

On Wednesday, September 4, 2013, Маркіян Різун  wrote:
> I thouqght about that:) SketchMorph is used to create game board, so I
need it.
> Can I use some other Morph?
> Mark
>
> 2013/9/3 Stéphane Ducasse 
>>
>> On Sep 3, 2013, at 12:07 PM, Маркіян Різун  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).
>>
>> you cn find it under my repository on Smalltalkhub
>>
>> 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?
>>
>> Remove reference to SketchMorph.
>> Stef
>>
>>
>> 2013/9/2 Маркіян Різун 
>>>
>>> Thanks)
>>>
>>> 2013/9/2 Stéphane Ducasse 

 On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk  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.

 ;)

 Uko

 On 2 вер. 2013, at 15:02, Маркіян Різун  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 
>
> On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
> 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
> Comments are welcome:)
>
> I thought that you were doing it on Pharo.
> It would be good to have it on pharo and to know what are the changes
at the morphic level.
>
> Mark
>
>



>>>
>>
>>
>
>

-- 
---
Philippe Back
Dramatic Performance Improvements
Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027
Mail:p...@highoctane.be | Web: http://philippeback.eu
Blog: http://philippeback.be | Twitter: @philippeback
Youtube: http://www.youtube.com/user/philippeback/videos

High Octane SPRL
rue cour Boisacq 101 | 1301 Bierges | Belgium

Pharo Consortium Member - http://consortium.pharo.org/
Featured on the Software Process and Measurement Cast -
http://spamcast.libsyn.com
Sparx Systems Enterprise Architect and Ability Engineering EADocX Value
Added Reseller


Re: [Pharo-users] Laser Game

2013-09-04 Thread Маркіян Різун
I thought about that:) SketchMorph is used to create game board, so I need
it.
Can I use some other Morph?

Mark


2013/9/3 Stéphane Ducasse 

>
> On Sep 3, 2013, at 12:07 PM, Маркіян Різун  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).
>
>
> you cn find it under my repository on Smalltalkhub
>
> 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?
>
>
> Remove reference to SketchMorph.
>
> Stef
>
>
>
> 2013/9/2 Маркіян Різун 
>
>> Thanks)
>>
>>
>> 2013/9/2 Stéphane Ducasse 
>>
>>>
>>> On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk  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.
>>>
>>>
>>> ;)
>>>
>>>
>>> Uko
>>>
>>>
>>> On 2 вер. 2013, at 15:02, Маркіян Різун  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 
>>>

 On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
 Comments are welcome:)


 I thought that you were doing it on Pharo.
 It would be good to have it on pharo and to know what are the changes
 at the morphic level.

 Mark




>>>
>>>
>>>
>>
>
>


Re: [Pharo-users] Laser Game

2013-09-03 Thread Stéphane Ducasse

On Sep 3, 2013, at 12:07 PM, Маркіян Різун  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).

you cn find it under my repository on Smalltalkhub

> 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?

Remove reference to SketchMorph. 

Stef
> 
> 
> 2013/9/2 Маркіян Різун 
> Thanks)
> 
> 
> 2013/9/2 Stéphane Ducasse 
> 
> On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk  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.
> 
> ;)
> 
>> 
>> Uko
>> 
>> 
>> On 2 вер. 2013, at 15:02, Маркіян Різун  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 
>>> 
>>> On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
 Comments are welcome:)
>>> 
>>> I thought that you were doing it on Pharo. 
>>> It would be good to have it on pharo and to know what are the changes at 
>>> the morphic level.
 Mark
 
 
>>> 
>>> 
>> 
> 
> 
> 



Re: [Pharo-users] Laser Game

2013-09-03 Thread Маркіян Різун
There are different errors: SubscriptOutOfBounds: 1 , MessageNotUnderstood:
PasteUpMorph>>morphToDropForm: .
Mark



2013/9/3 Yuriy Tymchuk 

> Hi.
>
> Maybe you can provide more detail about the error?
>
> uko
>
> On 3 вер. 2013, at 13:07, Маркіян Різун  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).
> 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?
>
>
> 2013/9/2 Маркіян Різун 
>
>> Thanks)
>>
>>
>> 2013/9/2 Stéphane Ducasse 
>>
>>>
>>> On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk  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.
>>>
>>>
>>> ;)
>>>
>>>
>>> Uko
>>>
>>>
>>> On 2 вер. 2013, at 15:02, Маркіян Різун  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 
>>>

 On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
 Comments are welcome:)


 I thought that you were doing it on Pharo.
 It would be good to have it on pharo and to know what are the changes
 at the morphic level.

 Mark




>>>
>>>
>>>
>>
>
>


Re: [Pharo-users] Laser Game

2013-09-03 Thread Yuriy Tymchuk
Hi.

Maybe you can provide more detail about the error?

uko

On 3 вер. 2013, at 13:07, Маркіян Різун  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).
> 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?
> 
> 
> 2013/9/2 Маркіян Різун 
> Thanks)
> 
> 
> 2013/9/2 Stéphane Ducasse 
> 
> On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk  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.
> 
> ;)
> 
>> 
>> Uko
>> 
>> 
>> On 2 вер. 2013, at 15:02, Маркіян Різун  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 
>>> 
>>> On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
 Comments are welcome:)
>>> 
>>> I thought that you were doing it on Pharo. 
>>> It would be good to have it on pharo and to know what are the changes at 
>>> the morphic level.
 Mark
 
 
>>> 
>>> 
>> 
> 
> 
> 



Re: [Pharo-users] Laser Game

2013-09-03 Thread Маркіян Різун
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).
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?


2013/9/2 Маркіян Різун 

> Thanks)
>
>
> 2013/9/2 Stéphane Ducasse 
>
>>
>> On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk  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.
>>
>>
>> ;)
>>
>>
>> Uko
>>
>>
>> On 2 вер. 2013, at 15:02, Маркіян Різун  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 
>>
>>>
>>> On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
>>> 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
>>> Comments are welcome:)
>>>
>>>
>>> I thought that you were doing it on Pharo.
>>> It would be good to have it on pharo and to know what are the changes at
>>> the morphic level.
>>>
>>> Mark
>>>
>>>
>>>
>>>
>>
>>
>>
>


Re: [Pharo-users] Laser Game

2013-09-02 Thread Маркіян Різун
Thanks)


2013/9/2 Stéphane Ducasse 

>
> On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk  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.
>
>
> ;)
>
>
> Uko
>
>
> On 2 вер. 2013, at 15:02, Маркіян Різун  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 
>
>>
>> On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
>> 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
>> Comments are welcome:)
>>
>>
>> I thought that you were doing it on Pharo.
>> It would be good to have it on pharo and to know what are the changes at
>> the morphic level.
>>
>> Mark
>>
>>
>>
>>
>
>
>


Re: [Pharo-users] Laser Game

2013-09-02 Thread Stéphane Ducasse

On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk  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.

;)

> 
> Uko
> 
> 
> On 2 вер. 2013, at 15:02, Маркіян Різун  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 
>> 
>> On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
>>> 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
>>> Comments are welcome:)
>> 
>> I thought that you were doing it on Pharo. 
>> It would be good to have it on pharo and to know what are the changes at the 
>> morphic level.
>>> Mark
>>> 
>>> 
>> 
>> 
> 



Re: [Pharo-users] Laser Game

2013-09-02 Thread Yuriy Tymchuk
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.

Uko


On 2 вер. 2013, at 15:02, Маркіян Різун  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 
> 
> On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
>> 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
>> Comments are welcome:)
> 
> I thought that you were doing it on Pharo. 
> It would be good to have it on pharo and to know what are the changes at the 
> morphic level.
>> Mark
>> 
>> 
> 
> 



Re: [Pharo-users] Laser Game

2013-09-02 Thread Маркіян Різун
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 

>
> On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
> 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
> Comments are welcome:)
>
>
> I thought that you were doing it on Pharo.
> It would be good to have it on pharo and to know what are the changes at
> the morphic level.
>
> Mark
>
>
>
>


Re: [Pharo-users] Laser Game

2013-08-16 Thread Stéphane Ducasse

On Aug 16, 2013, at 11:11 AM, Маркіян Різун  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 tutorial
> 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
> Comments are welcome:)

I thought that you were doing it on Pharo. 
It would be good to have it on pharo and to know what are the changes at the 
morphic level.
> Mark
> 
> 



Re: [Pharo-users] Laser Game

2013-08-16 Thread Yuriy Tymchuk
Hi,

I think that games are cool, but now you have to port it to Pharo or even 
Amber. And then write a tutorial for that :)

Cheers!
Uko

Надіслано з iPhone

16 серп. 2013 о 12:11 Маркіян Різун  написав(ла):

> 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 tutorial
> 2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
> Comments are welcome:)
> Mark
> 
> 


[Pharo-users] Laser Game

2013-08-16 Thread Маркіян Різун
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 tutorial
2. http://smalltalkhub.com/#!/~MarkRizun/LaserGame/source - Laser Game
Comments are welcome:)
Mark