Run the whimsical game “robotfindskitten”. How do you play it in the terminal, and what is its goal?
Hint 1: There’s a package `robotfindskitten`. Once installed, just run `robotfindskitten`.
Hint 2: Use arrow keys to move the “#” robot and touch objects until you find the kitten.
Solution:
robotfindskitten is a simple game available in many distros (`sudo apt install robotfindskitten`). In the game, you control a robot (represented by #) searching a field of ASCII characters. Most are random “Non-kitten Items” with silly descriptions, and one is the kitten. The goal (and end of the game) is to bump into the kitten.

Leave a Reply