# SnowyFifteen A very simple winter-themed fifteen puzzle game made with HTML, CSS and JS. ![Game screenshot](/assets/screenshot.png) ## About the game Your objective is to arrange the numbered tiles from 1 to 15 in order, with the empty space in the bottom-right corner. Playing this game is very simple: all you have to do is to click on any tile adjacent to the empty space to slide it into the empty position. You can only move tiles that are next to the empty space. Move tiles strategically to gradually organize them. ## Playing the game The game can be played here: https://adium1000.github.io/SnowyFifteen. ## Installing the game The game can be installed as a Progressive Web Application (PWA). To do that, open the game using the link above, click on the following icon in the address bar: ![Install PWA Part 1](/assets/install_pwa_1.png) ... and then just confirm the installation: ![Install PWA Part 2](/assets/install_pwa_2.png) Now the game will open in its own window and you will now be able to open it from your Desktop and Start Menu: ![Game PWA window](/assets/pwa_window.png) ## Disclaimer The game icon and the background are AI-generated. The code was 100% written by myself.