Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
/ Pang-ps2 Public archive

a remake of the old arcade ball game Pang for the PlayStation 2™

License

Notifications You must be signed in to change notification settings

obiot/Pang-ps2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PANG/PS2

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

History

01-12 : Fixed Protection Bonus Fixed blocking balls (from version 1.20)

01-09 : first version based on original 1.0 version

Compiling:

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

Enhancements/Modifications :

  • 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()

Credits:

Michel Louvet for sharing it's source code Gil Megidish for the SDL library port on the ps2