https://github.com/ghaiklor/flood-it
Flood It! is a simple addictive strategy game in which you have to flood the whole game board with one color
https://github.com/ghaiklor/flood-it
addictive-strategy-game expo flood flood-it game-board react react-native redux
Last synced: 7 months ago
JSON representation
Flood It! is a simple addictive strategy game in which you have to flood the whole game board with one color
- Host: GitHub
- URL: https://github.com/ghaiklor/flood-it
- Owner: ghaiklor
- License: gpl-3.0
- Created: 2017-05-17T16:09:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T11:50:42.000Z (over 5 years ago)
- Last Synced: 2025-03-30T20:29:38.630Z (over 1 year ago)
- Topics: addictive-strategy-game, expo, flood, flood-it, game-board, react, react-native, redux
- Language: JavaScript
- Homepage: https://expo.io/@ghaiklor/flood-it
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flood It!
[](https://travis-ci.org/ghaiklor/flood-it)
_Flood It! is a simple addictive strategy game in which you have to flood the whole game board with one color_
[Download .apk for Android](https://exp-shell-app-assets.s3-us-west-1.amazonaws.com/android%2F%40ghaiklor%2Fflood-it-c2b843bc-3f06-11e7-8031-0a580a780520-signed.apk)
~~Download .ipa for iOS~~ (I don't have developer account)
## How to play
You need to fill game field with one color.
For achieving this, choose one of the color and tap on it.
It will start fill a field with selected color, where start point is left upper corner.
## Screenshots
| Easy | Hard | In Game |
|:----:|:----:|:-------:|
|  |  |  |
## Technical stack
- [Expo](https://expo.io)
- [React](https://facebook.github.io/react/)
- [React Native](https://facebook.github.io/react-native/)
- [Redux](http://redux.js.org)
## Development Flow
You can use CLI tool for development server, or use [Expo XDE](https://expo.io).
```
git clone git@github.com:ghaiklor/flood-it.git
cd flood-it
npm install
npm test
npm start
```
## Building
Login with Expo account and build:
```
npm run login
npm run build
```
## License
[GNU GPLv3](./LICENSE)