Skip to content

Commit f692932

Browse files
authored
Update README.md
1 parent 4fa41d4 commit f692932

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

README.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,47 @@
11
# Splitter
2-
Android Game made in Unity 5.4
2+
The aim of the game is simple, avoid the spikes and the blocks that are coming towards you.
3+
4+
## Preview
5+
![preview](/static/img_001.jpg?raw=true)
6+
7+
## How To Play
8+
1. Screen is divided into two parts. Touch left side to go left and right side to go right.
9+
2. Touch on both sides to split the play into half, to avoid the center spikes.
10+
3. Now you are ready to play. Enjoy!!
11+
12+
## Contributing
13+
14+
Please fork this repository and contribute back using
15+
[pull requests](https://github.com/deep110/Splitter/pulls).
16+
17+
Any contribution is appreciated.
18+
19+
## Future Improvements
20+
* Adding more types of spikes or hurdles.
21+
* Adding support for Google Play Games Api.
22+
* Powerups is something that is lacking in this game, which can make it more fun to play. Both positive and negative powerups could be added. Positive ones like decrease speed, destroy spikes on touch, removing half of player for short time, etc. I have only one negative poerup - increase speed.
23+
24+
## License
25+
26+
* [MIT](https://opensource.org/licenses/MIT)
27+
28+
```
29+
Copyright (c) 2016 Deepankar Agrawal
30+
31+
Permission is hereby granted, free of charge, to any person obtaining a copy
32+
of this software and associated documentation files (the "Software"), to deal
33+
in the Software without restriction, including without limitation the rights
34+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
35+
copies of the Software, and to permit persons to whom the Software is
36+
furnished to do so, subject to the following conditions:
37+
38+
The above copyright notice and this permission notice shall be included in all
39+
copies or substantial portions of the Software.
40+
41+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
43+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
44+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
46+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
47+
SOFTWARE.

0 commit comments

Comments
 (0)