Skip to content

Commit 12a08cd

Browse files
author
anaurelian
authored
Create README.md
1 parent c3e75fa commit 12a08cd

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Tap Color Mantra
2+
3+
Tap Color Mantra is an app that counts your taps on your phone or tablet. With each touch the screen is filled with a different tint of
4+
color, whose RGB color code equals the number of taps so far. 0 is Black, 255 is Blue, 65,280 is Green, and 16,777,216 is White.
5+
6+
A tapping app seems kind of useless, doesn't it? Just try it for a few minutes, or for a few thousand taps. You might experience your mind
7+
wandering off, relaxing, and even starting multiple "background threads" to solve forgotten problems. Kind of a tapping mantra, in which
8+
the repeated word or formula is replaced with ... taps on the screen.
9+
10+
You can tap for a few seconds, or for an entire hour. It's completely up to you, and the next time you open the app you continue exactly
11+
where you left off. It's OK if you don't get to 16 million taps (although there are some beautiful colors in that area). As in most cases,
12+
the journey is the destination.
13+
14+
You can count in decimal, like most humans do: 1, 2 ... 100 ... 1,000. You can also count in binary (like computers do), in octal, or in
15+
hexadecimal. You can also go one step back, in case you missed a psychological milestone like 100,000. And there is a cheating mode in
16+
Tap Color Mantra, so you can jump to 1 million without having to tap a million times (but it's not recommended, as it actually defeats
17+
the purpose).
18+
19+
Tap Color Mantra measures the time you've spent "color tapping". More tapping time means less stressful time spent overworking, and less
20+
effort for your mind and eyes. So feel free to use Tap Color Mantra to take a break from time to time.
21+
22+
## Download from Google Play
23+
24+
<a href='https://play.google.com/store/apps/details?id=com.tecdrop.milliontaps'>
25+
<img width="256" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/>
26+
</a>
27+
28+
## Requirements
29+
* **Application requirements:** API level 10+ ("minSdkVersion 10")
30+
* **Development requirements:** Simply download Android Studio, import the GitHub project, and build it with Gradle.
31+
32+
## Contributing
33+
34+
All contributions, large or small, major features, bug fixes, additional language translations are welcomed and appreciated. If you have
35+
found a bug or have an idea for a new feature, just [open a new issue](https://github.com/anaurelian/TapColorMantra-Android/issues/new).
36+
If you can implement it yourself, simply fork this repository, make your changes and open a pull request.
37+
38+
## License
39+
Tap Color Mantra is distributed under the Apache 2.0 [license](https://github.com/anaurelian/TapColorMantra-Android/blob/master/LICENSE).

0 commit comments

Comments
 (0)