Skip to content

isirinz/Vector-Pinball

 
 

Repository files navigation

Vector Pinball

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 his article on creating them.

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

There is a very experimental table editor at github.com/dozingcat/Vector-Pinball-Editor/

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. libgdx is used under the terms of Version 2.0 of the Apache License.

Sound, music, & audio code by pdx of Twittering Machine.

How to Translate

Make a new folder in "app/src/main/res" named "values-lang" (with only at least 2 letters), copy-paste the strings.xml file from the "values" folder into it, and start editing it to the language of your choice.

Also make a folder in "fastlane/metadata/android" with a folder named "lang" (with only at least 2 letters), and copy the .txt files from "en_US", and simply overwrite them with the description in your own language. The "title.txt" file is entirely optional if you feel like the title could also be translated.

Download

Download from F-Droid Download from Google Play

About

Pinball game for Android.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • GLSL 0.4%