Game: Brick Breaker (LittleJS breakout example) Author: Frank Force Upstream source: https://github.com/KilledByAPixel/LittleJS License: MIT (see LICENSE file in this folder) Modifications: Engine import paths in game.js and gameObjects.js changed from ../../dist to ./dist so the example runs as a standalone folder, and a missing favicon reference was neutralised. No game logic changed.