Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Yeah, the way I did it is a bit hacky, you use standard CSS text-shadow and box-shadow for the UI, and then canvas shadowBlur and shadowColor for the game grid.

Since it's all just simple geometry, I didn't actually build a real glow effect or shader from scratch, if you catch my meaning.