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 |
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
|
In reply to this post by Mark Rizun
On Aug 16, 2013, at 11:11 AM, Маркіян Різун <[hidden email]> wrote:
It would be good to have it on pharo and to know what are the changes at the morphic level.
|
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 <[hidden email]>
|
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, Маркіян Різун <[hidden email]> wrote:
|
On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk <[hidden email]> wrote:
|
Thanks) 2013/9/2 Stéphane Ducasse <[hidden email]>
|
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 Маркіян Різун <[hidden email]>
|
Hi.
Maybe you can provide more detail about the error? uko On 3 вер. 2013, at 13:07, Маркіян Різун <[hidden email]> wrote:
|
There are different errors: SubscriptOutOfBounds: 1 , MessageNotUnderstood: PasteUpMorph>>morphToDropForm: . Mark
2013/9/3 Yuriy Tymchuk <[hidden email]>
|
In reply to this post by Mark Rizun
On Sep 3, 2013, at 12:07 PM, Маркіян Різун <[hidden email]> wrote:
Stef
|
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 <[hidden email]>
|
you can get a rectanglemorph and a Form
On Wednesday, September 4, 2013, Маркіян Різун <[hidden email]> 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 <[hidden email]> >> >> On Sep 3, 2013, at 12:07 PM, Маркіян Різун <[hidden email]> 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 Маркіян Різун <[hidden email]> >>> >>> Thanks) >>> >>> 2013/9/2 Stéphane Ducasse <[hidden email]> >>>> >>>> On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk <[hidden email]> 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, Маркіян Різун <[hidden email]> 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 <[hidden email]> >>>>> >>>>> On Aug 16, 2013, at 11:11 AM, Маркіян Різун <[hidden email]> 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
Blog: http://philippeback.be | Twitter: @philippeback
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
|
2013/9/4 [hidden email] <[hidden email]> you can get a rectanglemorph and a Form I'll try that) Thank you |
In reply to this post by Mark Rizun
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, Маркіян Різун <[hidden email]> 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 <[hidden email]>
|
On Sep 5, 2013, at 9:27 AM, Маркіян Різун <[hidden email]> wrote:
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
signature.asc (210 bytes) Download Attachment |
In reply to this post by Mark Rizun
You can explore what methods are needed and how they are implemented in Squeak
uko
On 5 вер. 2013, at 10:27, Маркіян Різун <[hidden email]> wrote:
|
I guess Marcus is right, the best option is to rewrite some (big) parts of code. 2013/9/5 Yuriy Tymchuk <[hidden email]>
|
Or maybe I should write it from the beginnig. 2013/9/5 Маркіян Різун <[hidden email]>
|
Free forum by Nabble | Edit this page |