Snake and ladder: Difference between revisions

m
(→‎{{header|Perl 6}}: Add Perl 6 example)
Line 10:
=={{header|Perl 6}}==
{{works with|Rakudo|2017.01}}
Snakes and ladders is entirely chance based, so human interaction is not really required. This version allows onup to one human player against any number of computer players and asks for input... but doesn't really ''need'' or even ''use'' it. I didn't bother to implement a graphical interface.
 
<lang perl6> # board layout
10,333

edits