Skip to content

A sliding puzzle game made entirely in TypeScript and React + Redux.

Notifications You must be signed in to change notification settings

Calanthe/swipers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Swipers game

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

Image of Swipers menu Image of Swipers game Image of Swipers game - advanced level

Tech

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

How to run

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.

License

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.