Flashback: the Quest for Identity

This page allows to playback some cutscenes from the game Flashback made by Delphine Software.

The code is based on the engine rewrite REminiscence. The original game code (in 1992) used to render polygons via a pure 68000 software routine. MOD tracker based files were driving the music. The cutscenes on this page are now played via the <canvas/> and <audio/> HTML5 tags.

There are some obvious glitches due to the low resolution (240x128) the cutscenes were originally designed for. For more pixel accurate rendering, animated .gif files are available here.

240x128 (no clipping)

dpoly.js code is available on github.com.