Hi everyone! My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!). I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it. Thank you guys for reading this. Mark.
Hi Mark, Welcome ! On 04 Jun 2013, at 11:58, ÐаÑкÑÑн Ð ÑзÑн <mrizun@gmail.com> wrote:
Hi everyone! My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!). I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it. Thank you guys for reading this. Mark.
A great resource to start with is the free book 'Pharo by Example' http://pharobyexample.org The book uses an older version of Pharo, but it is highly recommended to use the special version that comes with the book http://pharobyexample.org/image/PBE-OneClick-1.1.app.zip Regards, Sven -- Sven Van Caekenberghe Proudly supporting Pharo http://pharo.org http://association.pharo.org http://consortium.pharo.org
Thank you Sven. 2013/6/4 Sven Van Caekenberghe <sven@stfx.eu>
Hi Mark,
Welcome !
On 04 Jun 2013, at 11:58, ÐаÑкÑÑн Ð ÑзÑн <mrizun@gmail.com> wrote:
Hi everyone! My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!). I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it. Thank you guys for reading this. Mark.
A great resource to start with is the free book 'Pharo by Example'
The book uses an older version of Pharo, but it is highly recommended to use the special version that comes with the book
http://pharobyexample.org/image/PBE-OneClick-1.1.app.zip
Regards,
Sven
-- Sven Van Caekenberghe Proudly supporting Pharo http://pharo.org http://association.pharo.org http://consortium.pharo.org
Also read this simple book Smalltalk Best Practice Patterns http://stephane.ducasse.free.fr/FreeBooks/BestSmalltalkPractices/Draft-Small... Aik-Siong Koh -- View this message in context: http://forum.world.st/New-guy-in-the-community-tp4691553p4691621.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Hello and welcome, Yeah lots of programmers start programming willing to do video games. But a few finish by really doing games... When I was student (a year ago) I started to implement a game, and then I switched and I am now working in compiler & virtual machines related stuff. But recently I decided to fulfill my dream and to finish the game I started as a student. Some features are still missing, but the game is there : http://clementbera.github.io/amber/projects/easnoth/easnoth.html# This is done in Smalltalk. Not directly in Pharo, because Pharo permits to do client applications, and as a small game I prefered to have it on the web so I implemented in in amber <http://amber-lang.net/>, which could be described as a Pharo on the web. Good luck with Pharo. Any question is welcomed. Clement 2013/6/4 ÐаÑкÑÑн Ð ÑзÑн <mrizun@gmail.com>
Hi everyone! My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!). I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it. Thank you guys for reading this. Mark.
-- Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 *Villeneuve d'Ascq*
On Jun 4, 2013, at 1:22 PM, Clément Bera <bera.clement@gmail.com> wrote:
Hello and welcome,
Yeah lots of programmers start programming willing to do video games. But a few finish by really doing games...
that's really encouraging ;) but yes... 25 years ago I made my first small program: 10 PRINT "HELLO" 20 GOTO 10 ( it was a Commodore 64 :D ) ... and I was already dreaming about doing games :) finally last year I decided it was about time to actually doing games and I started storm project for that... now I'm again stuck doing something else, but well... dreams are for make us moving on :) anyway, welcome and I hope you find here a place to make your dreams live. Esteban
When I was student (a year ago) I started to implement a game, and then I switched and I am now working in compiler & virtual machines related stuff. But recently I decided to fulfill my dream and to finish the game I started as a student. Some features are still missing, but the game is there : http://clementbera.github.io/amber/projects/easnoth/easnoth.html#
This is done in Smalltalk. Not directly in Pharo, because Pharo permits to do client applications, and as a small game I prefered to have it on the web so I implemented in in amber, which could be described as a Pharo on the web.
Good luck with Pharo. Any question is welcomed.
Clement
2013/6/4 ÐаÑкÑÑн Ð ÑзÑн <mrizun@gmail.com> Hi everyone! My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!). I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it. Thank you guys for reading this. Mark.
-- Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq
Maybe it wasn't encouraging however I will try to make my dream real. 2013/6/4 Esteban Lorenzano <estebanlm@gmail.com>
On Jun 4, 2013, at 1:22 PM, Clément Bera <bera.clement@gmail.com> wrote:
Hello and welcome,
Yeah lots of programmers start programming willing to do video games. But a few finish by really doing games...
that's really encouraging ;) but yes... 25 years ago I made my first small program:
10 PRINT "HELLO" 20 GOTO 10
( it was a Commodore 64 :D )
... and I was already dreaming about doing games :) finally last year I decided it was about time to actually doing games and I started storm project for that... now I'm again stuck doing something else, but well... dreams are for make us moving on :)
anyway, welcome and I hope you find here a place to make your dreams live.
Esteban
When I was student (a year ago) I started to implement a game, and then I switched and I am now working in compiler & virtual machines related stuff. But recently I decided to fulfill my dream and to finish the game I started as a student. Some features are still missing, but the game is there : http://clementbera.github.io/amber/projects/easnoth/easnoth.html#
This is done in Smalltalk. Not directly in Pharo, because Pharo permits to do client applications, and as a small game I prefered to have it on the web so I implemented in in amber <http://amber-lang.net/>, which could be described as a Pharo on the web.
Good luck with Pharo. Any question is welcomed.
Clement
2013/6/4 ÐаÑкÑÑн Ð ÑзÑн <mrizun@gmail.com>
Hi everyone! My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!). I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it. Thank you guys for reading this. Mark.
-- Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 *Villeneuve d'Ascq*
Checked out your game. It's very nice) Hope i can do that later and thank you Clement. 2013/6/4 Clément Bera <bera.clement@gmail.com>
Hello and welcome,
Yeah lots of programmers start programming willing to do video games. But a few finish by really doing games...
When I was student (a year ago) I started to implement a game, and then I switched and I am now working in compiler & virtual machines related stuff. But recently I decided to fulfill my dream and to finish the game I started as a student. Some features are still missing, but the game is there : http://clementbera.github.io/amber/projects/easnoth/easnoth.html#
This is done in Smalltalk. Not directly in Pharo, because Pharo permits to do client applications, and as a small game I prefered to have it on the web so I implemented in in amber <http://amber-lang.net/>, which could be described as a Pharo on the web.
Good luck with Pharo. Any question is welcomed.
Clement
2013/6/4 ÐаÑкÑÑн Ð ÑзÑн <mrizun@gmail.com>
Hi everyone! My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!). I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it. Thank you guys for reading this. Mark.
-- Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 *Villeneuve d'Ascq*
(Just for your information) If you (don't mind to) speak Russian, you are welcome to join Russian(-speaking) Smalltalk User Group at http://groups.google.com/group/sugr. The (old and ugly, but still alive) site is http://rsug.ru/. -- Best regards, Dennis Schetinin 2013/6/4 ÐаÑкÑÑн Ð ÑзÑн <mrizun@gmail.com>
Hi everyone! My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!). I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it. Thank you guys for reading this. Mark.
participants (6)
-
askoh -
Clément Bera -
Dennis Schetinin -
Esteban Lorenzano -
Sven Van Caekenberghe -
ÐаÑкÑÑн Ð ÑзÑн