The game's main objective is to move active tiles to the finish one with minimal moves. User can select a different tile to change active color and then use inactive tiles as walls.
You can play it here: http://zofiakorcz.pl/swipers
Swipers is a sliding puzzle game made entirely in TypeScript, React & Redux.
It's alsa a PWA which means it is intended to work on any platform that uses a standards-compliant browser, including both desktop and mobile devices. Users can add a shortcut to their Home screen so they can access it with a single tap. More about PWAs: https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps
This project was bootstrapped with Create React App.
In the project directory, you can run:
yarn start
which runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The game's code is open source so you are free to fork the repo, play with the code and hopefully learn from it.
You are not allowed to distribute and use it commercially without my approval. Contact me if you are interested in licensing this game.