[Pharo-users] Boardician (board game framework) update

2015-03-29 Thread Laura Risani
Hi all, I did some clean up and implemented one new (old) game. More changes to come upon feedback. It's very important that we all play with them cause science shows that this type of games improve brain function . You ca

Re: [Pharo-users] Boardician (board game framework)

2015-03-26 Thread Laura Risani
Excellent! I have a todo list i'll work on including further class commenting, method classification on example games, ... I wanted to share what i have to get feedback. Feel free to add to the list! About the issue on EMonsterMover i thought back and forth about having only one configurable (dyn

Re: [Pharo-users] Boardician (board game framework)

2015-03-26 Thread kilon alios
I am taking a look at your code and I dont understand something you have in BgEatBullet package EMonster1Mover, EMonster2Mover , EMonster3Mover and EMonster4Mover. All four classes are identical apart from the return values in some methods. Why not use 1 class and 4 instances of that class instead

Re: [Pharo-users] Boardician (board game framework)

2015-03-26 Thread kilon alios
" @kilon Mail me back if you do develop a game adding from you graphical capabilities. " hmm making a board game sound like a very nice idea indeed. Will keep you posted, definitely I am making something :)

Re: [Pharo-users] Boardician (board game framework)

2015-03-26 Thread Laura Risani
> > I took some moments to look at the code with Olivier. > Excellent! All feedback is really valuable! (dear silent readers i care about your opinion, i assure you i'm not selling it) We think that the name of the project is strange and could be sexier :) > Previously you suggested 'MetaBoard',

Re: [Pharo-users] Boardician (board game framework)

2015-03-26 Thread stepharo
Hi laura I took some moments to look at the code with Olivier. We think that the name of the project is strange and could be sexier :) First thumb up. You developed this really fast and this is a good foundation. Olivier mentions http://tululoo.com in JavaScript the framework uses event an

Re: [Pharo-users] Boardician (board game framework)

2015-03-25 Thread stepharo
Le 25/3/15 16:32, Laura Risani a écrit : @olivier I guess that playing to test them should be considered to work. @kilon Mail me back if you do develop a game adding from you graphical capabilities. @stepharo , Ben Code review would be nice! I've tried to chose the most meaningful names, y

Re: [Pharo-users] Boardician (board game framework)

2015-03-25 Thread Laura Risani
@olivier I guess that playing to test them should be considered to work. @kilon Mail me back if you do develop a game adding from you graphical capabilities. @stepharo , Ben Code review would be nice! I've tried to chose the most meaningful names, yet i didn't discuss this with anyone, what woul

Re: [Pharo-users] Boardician (board game framework)

2015-03-25 Thread Ben Coman
One pattern is that the main application class be fully named, leaving the mnemonic prefix for the support classes. cheers -ben On Wed, Mar 25, 2015 at 4:14 PM, stepharo wrote: > Hi laura > > I would do a massive rename :) > > EDirector new play. > does not tell me anything > > BPDirector new p

Re: [Pharo-users] Boardician (board game framework)

2015-03-25 Thread stepharo
Hi laura I would do a massive rename :) EDirector new play. does not tell me anything BPDirector new play. DPDirector new play. GDirector new play. neither :) Stef Le 24/3/15 15:41, Laura Risani a écrit : Hi all, A time ago i posted two board games on the list and Stéphane said that he wo

Re: [Pharo-users] Boardician (board game framework)

2015-03-25 Thread stepharo
We should help laura and do a code review. Laura I do not know if you change it in the latext version but I would not subclass from Matrix but use composition instead. Le 24/3/15 15:41, Laura Risani a écrit : Hi all, A time ago i posted two board games on the list and Stéphane said that he

Re: [Pharo-users] Boardician (board game framework)

2015-03-24 Thread kilon alios
Well done Laura. I really enjoyed your games and I definitely welcome your documentation. I will give it a try , thank you . On Tue, Mar 24, 2015 at 4:41 PM, Laura Risani wrote: > Hi all, > > A time ago i posted two board games on the list and Stéphane said that he > would like to extract from

Re: [Pharo-users] Boardician (board game framework)

2015-03-24 Thread olivier auverlot
very cool ! 2015-03-24 15:41 GMT+01:00 Laura Risani : > Hi all, > > A time ago i posted two board games on the list and Stéphane said that he > would like to extract from these and other ones he has gathered a framework > for doing board games. So i developed a little one called 'Boardician' and

[Pharo-users] Boardician (board game framework)

2015-03-24 Thread Laura Risani
Hi all, A time ago i posted two board games on the list and Stéphane said that he would like to extract from these and other ones he has gathered a framework for doing board games. So i developed a little one called 'Boardician' and implemented four little example games through it. DOCUMENTATION