ritchiepulikottil / pingpong.apk

This is an android version of the PingPongGame repo (https://github.com/ritchiepulikottil/PingPongGame)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PingPongGame.apk using kivy framework and buildozer

#PingPong is a two-dimensional sports game that resembles table tennis.

#It requires two players and each player controls an in-game paddle to hit the ping pong ball back and forth.

#The player1 gains a point when the player2 misses to hit the ball.

#Kivy is a free and open source Python library for developing mobile apps and

other multitouch application software with a natural user interface.

Click here to view the parent pingpong game repo !

Instructions

#Download the APK file.

#Install it, allow "Install from Unknown Sources". (if prompted)

#Google Play Protect might warn you, since it doesnt exist inside google playstore,

#Simply click "Install it Anyway!" to continue.

Bugs

#The velocity increases over time, hence after a while its almost impossible to control the ball

#The ball might start off with a weird direction due to the values produced by RandInt function. In such cases, simply restart the .py file

#Sometimes the ball is caught inside the paddle and the score increases invariably.

#Hence make sure that the ball hits the surface of the paddle to avoid this bug.

About

This is an android version of the PingPongGame repo (https://github.com/ritchiepulikottil/PingPongGame)

License:Creative Commons Zero v1.0 Universal