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.

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.

Addtions by Mario Zechner:
- ported to libgdx, 
- all new code is under GPL (see "COPYING"). 
- Slight modifications applied to Field (world.step() iterations set to 4,4). This is just a prove of concept, not as fancy as the original method :) 
- Thanks to Brian for letting me mess with his code officially :)