Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.15 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.15 KB

The Fifteen Game

Fifteen Screenshot

For users 😀

Fifteen is a game that was very popular in the 19th and 20th century. I recreated this game, but using a creative and simple design, so that nothing unnecessary distracts the player from the gameplay.

To start the game, simply swipe if you are playing on a mobile phone. Or use the arrows to conveniently control from the keyboard.

When the game starts, a timer starts and you have a counter of your movements. A dark theme is also available if needed.

For developers 🤔

Installation and Development server

Clone repo

$ git clone https://github.com/xom9ikk/fifteen-game.git

Install the dependencies

$ npm i

Run in dev mode with hot reload. dev server will run at http://localhost:3000

$ npm run start

Build for production. Static files will be created in dist folder.

$ npm run build

License

MIT