Animorphs #40.5: Alternamorphs #2 - The Next Passage

Reading Journey

  • Started: 2024-12-29T21:08:52Z
  • Ended: 2024-12-29T21:42:28Z
  • Total Time Read: 0hrs 33mins 36secs
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 #40.5: Alternamorphs #2 - The Next Passage"""
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 #40.5: Alternamorphs #2 - The Next Passage

Thoughts on Animorphs #40.5: Alternamorphs #2 - The Next Passage

Overview

Choose your own adventure where you replace the story line of David from Animorphs #20: The Discovery

More complex decisions

Uses stories from: - Animorphs #26: The Attack - Megamorphs #2 – In the Time of the Dinosaurs

I like that you end up at the beginning even if you ‘win’


Bluesky Comments