By A short, sharp game about news cycles and mob psychology · Needs a keyboard and mouse · 2016
Play:
Touch: Not supported - this game is desktop and mouse only by design · Keyboard: Mouse only: move to aim the camera, click to take a photo. No keyboard input is used.
About:
A short, acclaimed narrative game by Nicky Case about media, virality, and mob behaviour. The linked GitHub source does not match the actual live-published build and throws a real ReferenceError if served directly, so this copy was reconstructed by hand from itch's own CDN-hosted files (the real shipped game), with one missing font asset added and the third-party itch.io embed script removed. The core camera mechanic (aim with the mouse, click to photograph) was confirmed working end to end: the viewfinder tracked the mouse precisely, a click triggered the flash and froze a captured photo in frame, and the scene's lighting visibly reacted. Desktop and mouse only by design - there is no touch input anywhere in the game's code.
Credits:
Made by A short, sharp game about news cycles and mob psychology, 2016. Published here under the CC0-1.0 licence.
Source code.
Phone check: 2026-09-08: the linked GitHub repo throws a real ReferenceError (textStrings is not defined) when served directly, so this build was reconstructed file-by-file from itch's actual CDN-hosted live build (html-classic.itch.zone) instead, which is the real shipped game. Confirmed clean load after adding one missing font asset (Poppins-Medium.ttf, 404 otherwise) and removing the third-party itch.io embed script. Core mechanic verified with real mouse input on desktop: mousemove tracked the camera viewfinder precisely onto a target, mousedown triggered the flash animation and froze a captured photo inside the frame, and the scene's lighting visibly shifted as a direct result - confirmed via screenshots at each step. No touch input exists anywhere in the source (Camera.js binds only mousemove/mousedown), correctly reflected by the desktop-only platform tag.