For Google I/O 2019, the Google Chrome Labs team designed and built a game using web technologies. The game, Proxx is heavily inspired by Minesweeper, the old classic many of us will remember from Windows back in the (choose a decade and show your age).
Proxx is an exploration (by the same team at Google who built Squoosh.app, also hosted by Netlify) into building interactive, dynamic, and performant applications with web technologies. It is a super example of optimizing for performance without sacrificing capabilities, and has wonderfully broad compatibility.
Proxx makes use of technologies like Preact and Rollup for components and bundling, WebWorkers for thread management, and WebGL and Canvas for rendering.
Google have made the source code open source, and available as an excellent learning resource.
The app is being featured and discussed as part of a session called Build Fast and Smooth Web Apps from Feature Phone to Desktop at Google I/O.