Robots: Difference between revisions

Rename Perl 6 -> Raku, alphabetize, minor clean-up
mNo edit summary
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
Line 6:
Simple game where its only objective is to escape from a number of robots, which have been programmed to kill the player.
<br><br>
 
 
=={{header|C++}}==
Line 28 ⟶ 27:
See [[Robots/Kotlin]].
 
=={{header|Perl 6Phix}}==
 
See [[Robots/Phix]].
 
=={{header|PhixRaku}}==
(formerly Perl 6)
The bots single-mindedly chase you, taking the shortest path, ignoring obstacles. Use arrow keys to navigate your character(╂) around the board. Avoid bots(☗) and hazards(☢). "Kill" bots by causing them to crash into hazards or other bots. A dead bot creates another hazard. If you eliminate all of the bots on the board, another wave will spawn in random positions. If you touch a hazard or are touched by a bot, you die(†).
<lang perl6>use Term::termios;
Line 230 ⟶ 234:
████████████████████████████████████████████████████████████████████████████████████████████████████
Survived 117 bots, but succumbed in the end.</pre>
 
=={{header|Phix}}==
 
See [[Robots/Phix]].
10,327

edits