An open API service indexing awesome lists of open source software.

https://github.com/varunon9/fitto

Turn based Android game between two players (online/offline) or between user and computer.
https://github.com/varunon9/fitto

ai android android-game user-vs-computer

Last synced: about 1 month ago
JSON representation

Turn based Android game between two players (online/offline) or between user and computer.

Awesome Lists containing this project

README

          

# Fitto (Fit-to)

Turn based Android game between user and computer on a grid board using Artificial Intelligence.

### How to Play:

* You will have initially 8 stones to place on board (one in each turn).
* Once you are out of stones in hand then you can move your placed stones to adjacent positions.
* Your strategy should be to form triplet as well as block computer to do the same.
* On forming a triplet, you will get chance to eat computer's stone but you can't eat a stone which is a part of triplet.
* If you formed a triplet but all the stones of computer are locked i.e. part of some triplet then your health will increase.
* Eating computer's stone will decrease its health and at the same time you get more opportunities to form triplet.
* All the above rules equally applies to computer.
* Player which make opponent player run out of stones win.

### Android app link
[![Android App](./screenshots/google-play.png)](https://play.google.com/store/apps/details?id=me.varunon9.fitto)

### Screenshots:

| | |
| --- | --- |
|![Play Board](./screenshots/board.png) | ![Settings Screen](./screenshots/settings.png)|
|![Instructions Screen](./screenshots/instructions.png) | ![Game Progress](./screenshots/game.png)|
|![User Won](./screenshots/user-won.png) | ![Computer Won](./screenshots/computer-won.png)|

### How to contribute?
* Fork this repository.
* This is an Android-Studio project. Download zip and import into Android Studio.
* Fix bugs or make enhancements and make a pull requests.

#### Testing of android app:
* Android 4.2.2 Samsung(GT-S7582)
* Android 6.0.1 Redmi 4A

#### For query/issues open Github issue or contact: varunon9@gmail.com