a remake of the old arcade ball game Pang for Playstation 2
Last update: January 12, 2006
Copyright (C) 2005 michel louvet http://michel.louvet.club.fr/index.html
Playstation 2 version by Olivier "evilo" Biot & The Froggies
01-12 : Fixed Protection Bonus Fixed blocking balls (from version 1.20)
01-09 : first version based on original 1.0 version
To get your sources compiled, checkout the latest PS2SDK source tree. You will need SDL, SDL_mixer, SDL_image. All of these are available at www.ps2dev.org
- Added Joypad support through SDL
- cleaned-up/remade sound code (SDL Mixer)
- Added several flags (all used for the PS2)
- ENABLE_JOYSTICK : added Joypad support through SDL (original use keyboard only)
- EMBEDDED_FILES : .wav & .bmp are embedded into the executable ELF
- USE_VSYNC : orginal version use SDL_Delay()
Michel Louvet for sharing it's source code Gil Megidish for the SDL library port on the ps2