Animorphs #15: The Escape

Reading Journey

  • Started: 2024-11-28T06:02:51Z
  • Ended: 2024-11-28T07:18:21Z
  • Total Time Read: 1hrs 15mins 30secs
Code
%run _help_reading.py
import pandas as pd

df = pd.read_csv(
  'https://github.com/MrGeislinger/victorsothervector/raw/main/'
  'data/reading/all_reading-clean.csv'
)

book_name = """Animorphs #15: The Escape"""
one_title = one_title_data(df, book_name)
one_title_summary = get_summary_by_day(one_title)
generate_plot(one_title_summary, book_name);
Figure 1: Reading done for Animorphs #15: The Escape

Thoughts on Animorphs #15: The Escape

Overview

Marco narrates the team going to underwater a Yerk facility to create smarter sharks so the Yerks can take over an amphibious psychic alien species. The find Marco’s mother controlled by a top Yerk leading the effort there.

Really exploring the whole “let’s control animals” from the last book

Of all the ridiculous parts of this book, the one that bothered me is that Marco has just casually showed himself to Visser One (Marco’s mom controlled by a Yerk). Then on top of that a psychic Leeran-controller saw that Marco was human but not clear if that Yerk survived to tell Visser One they aren’t all Andalites.

I know it feels silly to focus on it, but it’s wild that they just exposed themselves to Visser One.


Bluesky Comments