marmelab / 15-puzzle-app

A react native app to play the 15 puzzle game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onboarding Archived Repository
The code of this repository was written during a Marmelab agile integration. The associated blog post illustrates the efforts of the new hiree, who had to implement a board game in several languages and platforms as part of his initial learning.
This code is not intended to be used in production, and is not maintained.

15-puzzle-app

An app to play the 15 puzzle game, in react native.

See the related article on the Marmelab blog

Requirements

Make sure to have nodejs, npm and android installed.

Help

Print all available commands

make

Build

Build the docker

make install

Run the game

Note: make sure to have a connected device before running the project.

Run the 15-puzzle game on android

make run

You can use the start alias aswell.

make start

Contributing

Test

Launch the unit and integration tests

make test

Linter

Launch the eslint linter

make lint

About

A react native app to play the 15 puzzle game

License:MIT License


Languages

Language:JavaScript 73.7%Language:Objective-C 13.9%Language:Python 5.5%Language:Java 4.5%Language:Makefile 2.4%