Drop the pearls currency
Pearls were earned every run and spent on nothing: the aquarium fills up by finishing worlds, not by paying for it. A counter that only ever goes up is one more stat competing for attention on the result sheet and the home screen, and one more field to carry through the run payload, the progress file and both test suites. Stars and the animal ladder already say how a run went, so nothing is lost. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -236,7 +236,6 @@ export interface TippenSettings {
|
||||
export interface TippenProgress {
|
||||
lessons: Record<string, TippenLessonProgress>;
|
||||
key_stats: Record<string, TippenKeyStat>;
|
||||
pearls: number;
|
||||
aquarium: string[];
|
||||
streak: TippenStreak;
|
||||
settings: TippenSettings;
|
||||
@@ -257,7 +256,6 @@ export interface TippenRunInput {
|
||||
animal: string;
|
||||
points: number;
|
||||
passed: boolean;
|
||||
pearls: number;
|
||||
strokes: TippenStroke[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user