Minesweeper X-Core — classic Minesweeper rebuilt as a real 3D board
you can rotate, pan and zoom. Rendered with three.js, wrapped in an Angular + Ionic app, and shipped to Android via Capacitor (same renderer
runs in the browser and on mobile). 100+ custom levels on top of classic play.
It is nice and playable. If you want to make it more playable, here are two things:
unfortunate clicks: after dragging the board if the cursor happens to be over unopened cell, it gets open – usually with unpleasant result;
lack of feedback: when a mine is hit, the board becomes immediately hidden/blurred – it would be nice for the player to still be able to examine the board in order to find what and why is wrong.