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.
- Host: GitHub
- URL: https://github.com/varunon9/fitto
- Owner: varunon9
- License: mit
- Created: 2017-08-21T17:23:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T16:23:09.000Z (over 7 years ago)
- Last Synced: 2025-04-05T11:44:47.575Z (about 1 year ago)
- Topics: ai, android, android-game, user-vs-computer
- Language: Java
- Homepage:
- Size: 7.11 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
[](https://play.google.com/store/apps/details?id=me.varunon9.fitto)
### Screenshots:
| | |
| --- | --- |
| | |
| | |
| | |
### 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