Roelof Wobben wrote:
If I understood everything well on page 26 my initialize methods must
look like this:
Cell >> initialize
super initialize.
self initializeActiveSegments.
self initializeExitSides.
self leanleft.
BlankCell >> initialize
super initialize.
self initial
Nicolai Hess schreef op 2-4-2014 17:05:
2014-04-02 16:40 GMT+02:00 Roelof
Wobben :
If I understood everything well on page 26 my Cell
initialize must look like this:
2014-04-02 16:40 GMT+02:00 Roelof Wobben :
> If I understood everything well on page 26 my Cell initialize must look
> like this:
>
> initialize
> super initialize.
> self initializeActiveSegments.
> self initializeExitSides.
> self leanleft.
>
> The Blankcell initialize must look