Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 623 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 623 Bytes

header


color-battle

An React Native application of the game "Color Battle"

The game is simple. You and your mate must color the Nodes of a Graph.
The major rule is that you can't color a Node if this is connected to another Node with the same color.
You can play the game with 3 or 4 colors

Developing

$ git clone https://github.com/matAlmeida/color-battle
$ cd color-battle
$ npm i -g expo-cli
$ npm i
$ npm start #Or you can run: expo start

Deploy

$ expo build:android
$ adb install <colorbattle-*>.apk