...same address: http://pasta.phyrama.com/
Eventually you'll have to redo level 10 - sorry for that.
There was a bug occurring right after last available level was
completed, before the increment of the counter of completed levels ;
this has been corrected.
Now there is some basil leaves appearing among the pasta...
Have fun!
Gautier
__
PS: level 15 is though, but can be done with some luck and experience. I
test levels right after designing them.
The level design is done (as for the Leaves demo) in Ada too, e.g. :
when 14 =>
return
(columns => 7,
rows => 5,
thresholds => 1,
needed => (1 => (kind => 'A', min => 10)),
startup_board => (
1 | 7 => (3 => blocking_2, others => ' '),
3 | 5 => (3 => blocking_3, others => ' '),
others => (others => ' ')
),
moves => 10,
level_probs => ('A' .. 'E' => 1.0 / 5.0, others => 0.0),
logo_x => logo_x,
logo_y => logo_y
);
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list