Stanford CS547 HCI Seminar | Spring 2026 | Reading Games Well
TL;DR
Tracy Fullerton presents a framework for understanding games not as static technical artifacts but as ephemeral emotional events created through the player's unique encounter with the work, introducing 'readings' as a method to capture and value these personal experiences with the same critical depth applied to literature and film.
🎭 Games as Lived Experiences 3 insights
Reframing games as ephemeral emotional events
Games should be analyzed not as static technical systems but as transient emotional experiences that occur uniquely for each player during the act of play.
Elevating personal readings of gameplay
The book introduces written 'readings' as a method for capturing private player experiences, treating gameplay with the same critical respect as literature or cinema.
Journey's profound impact on grieving family
A 15-year-old's reading of Journey describes how the game's mountain ascent metaphor helped her dying father find peace about life's end, illustrating games' capacity for deep emotional resonance.
📖 Theoretical Foundations 3 insights
Reader Response Theory applied to play
Drawing from Louise Rosenblatt, the framework posits that games are merely inert code until players activate them, much like text remains ink on a page until read.
Situational versus transactional models
Brian Upton's theory replaces mechanical input-output models with the concept of games as situational experiences emerging between rules, player emotions, and social context.
Humanistic principles from The Well-Played Game
Bernie DeKoven's philosophy argues players should feel free to modify rules or reject games that judge them, emphasizing play as a human-centered rather than system-centered activity.
🧳 The Player-Game Encounter 3 insights
Personal baggage transforms the artifact
Players bring unique life histories and emotional contexts that transform the game into a personalized event distinct for every individual.
Value lies beyond system mechanics
While players interact with game systems, the essential value of play lies in emotional discoveries and critical reflections that occur alongside mechanical engagement.
Unpacking as interpretive practice
The game Unpacking exemplifies this theory by requiring players to construct narrative meaning and character identity solely through the contemplative act of arranging household objects.
Bottom Line
Approach games as opportunities for emotional discovery rather than mere system mastery, and document your personal experiences as 'readings' to contribute to a richer, more humanistic culture of game criticism.
More from Stanford Online
View all
Stanford CS336 Language Modeling from Scratch | Spring 2026 | Lecture 3: Architectures
This lecture surveys modern transformer architecture evolution by analyzing 19+ recent dense language models, revealing universal adoption of pre-normalization and RMSNorm for training stability and hardware efficiency, while tracing the field's shift from post-GPT-3 experimentation to Llama 2 convergence and recent divergence toward stability-focused designs.
Stanford CS336 Language Modeling from Scratch | Spring 2026 | Lecture 2: PyTorch (einops)
This lecture covers resource accounting fundamentals for training large language models, including FLOPs calculations and memory estimation, explores numerical precision trade-offs from FP32 down to FP4, and introduces einops as a readable alternative to PyTorch tensor operations using named dimensions.
Stanford CS336 Language Modeling from Scratch | Spring 2026 | Lecture 1: Overview, Tokenization
This lecture introduces Stanford CS336's philosophy of building language models from scratch to understand fundamentals rather than relying on abstractions, addressing how researchers can navigate the disconnect caused by industrialized, closed frontier models by focusing on transferable mechanics and efficiency-minded mindsets.
Stanford CME296 Diffusion & Large Vision Models | Spring 2026 | Lecture 2 - Score matching
This lecture introduces score matching as an alternative to DDPM for generative modeling, where instead of predicting noise directly, models estimate the gradient of log probability density (the 'score') to guide sampling from noise toward data distributions using Langevin dynamics.