[Pharo-project] the fun theory
I read about this game today. It is written in Lua and one can play the game by editing Lua scripts (in an external editor) to optimize trains for transportation: http://trainsportedgame.no-ip.org/index.php http://www.youtube.com/watch?v=yFKZd8nEQyA This game combines learning and playing and is a nice attempt to get people into coding. Maybe we can raise the Pharo fun factor by getting people into something similar...
On 18 April 2013 08:33, Torsten Bergmann <astares@gmx.de> wrote:
I read about this game today. It is written in Lua and one can play the game by editing Lua scripts (in an external editor) to optimize trains for transportation:
http://trainsportedgame.no-ip.org/index.php
http://www.youtube.com/watch?v=yFKZd8nEQyA
This game combines learning and playing and is a nice attempt to get people into coding.
Maybe we can raise the Pharo fun factor by getting people into something similar...
i always wanted to :) -- Best regards, Igor Stasenko.
And then you need to save the file, and then you need to reload the map ... Again save the file, and reload ... Each time you reload the program restart at the beginning of course. Yeah that would look better in Pharo, basically the same without reload button but runtime behavior modifications. 2013/4/18 Igor Stasenko <siguctua@gmail.com>
On 18 April 2013 08:33, Torsten Bergmann <astares@gmx.de> wrote:
I read about this game today. It is written in Lua and one can play the game by editing Lua scripts (in an external editor) to optimize trains for transportation:
http://trainsportedgame.no-ip.org/index.php
http://www.youtube.com/watch?v=yFKZd8nEQyA
This game combines learning and playing and is a nice attempt to get people into coding.
Maybe we can raise the Pharo fun factor by getting people into something similar...
i always wanted to :)
-- Best regards, Igor Stasenko.
-- Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 *Villeneuve d'Ascq*
On 18 April 2013 11:21, Clément Bera <bera.clement@gmail.com> wrote:
And then you need to save the file, and then you need to reload the map ... Again save the file, and reload ...
Each time you reload the program restart at the beginning of course.
Yeah that would look better in Pharo, basically the same without reload button but runtime behavior modifications.
yes, plus train would be in separate class :) -- Best regards, Igor Stasenko.
participants (3)
-
Clément Bera -
Igor Stasenko -
Torsten Bergmann