Skip to content

A Pong clone developed for android device with API >= 22

Notifications You must be signed in to change notification settings

CristiCeban/Pong-android

Repository files navigation

For any problems you can send the mail to the [email protected] This app is a clone of the Clasic Pong 1972 by Atari. It is used to run on an android device with minim API 22 (Android 5.1 Lollipop). It's used to run on Pong thread, a class which extends Thread and is trying to set FPS to 60. For the game rendering it's used a class PongView which extends SurfaceView and implements SurfaceHolder.Callback. This app permits to play as a paddle and bounce the ball over the screen to the bot. With every bounce from the paddles, the speed of the ball will be increased. to the further documentation of how it works, check the javadoc and the comments of the code.

About

A Pong clone developed for android device with API >= 22

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages