ice1n36 / Vector-Pinball

Pinball game for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vector Pinball is a pinball game for Android devices. It is released under 
version 3 of the GPL; see "COPYING" for the license text.

The graphics are deliberately simple; currently everything is drawn with lines and circles. The focus is on gameplay and accurate physics. It uses the libgdx Java wrapper for the Box2D physics engine. Thanks to Peter Drescher for the sound effects; see http://broadcast.oreilly.com/2011/06/fmod-for-android.html for his article on creating them.

The GitHub project page is: https://github.com/dozingcat/Vector-Pinball/ . See devnotes.txt for an overview of the code layout.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

Vector Pinball includes the libgdx library by Bad Logic Games: http://www.badlogicgames.com/wordpress/?page_id=307. libgdx is used under the terms of Version 2.0 of the Apache License, available at http://www.apache.org/licenses/LICENSE-2.0.

Sound, music, & audio code by pdx of Twittering Machine: http://www.twittering.com

About

Pinball game for Android.

License:GNU General Public License v3.0