public
Description: Playing with SDL
Homepage:
Clone URL: git://github.com/acme/bouncy.git
bouncy /
name age message
file DroidSans-Bold.ttf Sat Oct 17 21:48:52 -0700 2009 Change font, make score and fps update faster [acme]
file Hydrate-Kenny_Beltrey.ogg Sun Oct 11 05:37:03 -0700 2009 Move from wav to ogg, add music [acme]
file README Wed Oct 14 00:19:38 -0700 2009 Add a readme [acme]
file background_tile.png Sun Oct 11 11:10:40 -0700 2009 Make the background tile orange [acme]
file background_tile.xcf.gz Sun Oct 11 11:10:40 -0700 2009 Make the background tile orange [acme]
file background_top.png Tue Nov 17 09:03:19 -0800 2009 Add the logo to the game [acme]
file background_top.xcf.gz Tue Nov 17 09:03:19 -0800 2009 Add the logo to the game [acme]
file ball.png Tue Oct 06 02:57:42 -0700 2009 recreate batty [acme]
file ball.xcf.gz Tue Oct 06 02:57:42 -0700 2009 recreate batty [acme]
file ball2.png Mon Nov 09 08:41:59 -0800 2009 make the ball more round [acme]
file bat.png Fri Nov 06 00:37:36 -0800 2009 Redesign the sprites [acme]
file bat.xcf.gz Sun Oct 11 06:27:52 -0700 2009 Give the bat a transparent shadow [acme]
file bounce.ogg Sun Oct 11 05:37:03 -0700 2009 Move from wav to ogg, add music [acme]
file bouncy.pl Tue Nov 17 09:03:19 -0800 2009 Add the logo to the game [acme]
file brick_blue.png Fri Nov 06 00:37:36 -0800 2009 Redesign the sprites [acme]
file brick_green.png Fri Nov 06 00:37:36 -0800 2009 Redesign the sprites [acme]
file brick_purple.png Fri Nov 06 00:37:36 -0800 2009 Redesign the sprites [acme]
file brick_red.png Fri Nov 06 00:37:36 -0800 2009 Redesign the sprites [acme]
file brick_red_broken.png Fri Nov 06 00:37:36 -0800 2009 Redesign the sprites [acme]
file brick_yellow.png Fri Nov 06 00:37:36 -0800 2009 Redesign the sprites [acme]
file explosion.ogg Sun Oct 11 05:37:03 -0700 2009 Move from wav to ogg, add music [acme]
file explosion_multiple.ogg Mon Oct 12 00:01:11 -0700 2009 Get more points (and different sound) for hitti... [acme]
directory lib/ Sat Nov 14 04:42:20 -0800 2009 Move the bat and the ball to a sprite [acme]
file logo.png Sun Nov 01 04:25:35 -0800 2009 work at low fps [acme]
file logo.xcf.gz Sun Nov 01 03:37:48 -0800 2009 new logo [acme]
file logo_bounce.pl Mon Nov 09 08:19:39 -0800 2009 use the new event modules [acme]
file ping.ogg Sun Oct 11 05:37:03 -0700 2009 Move from wav to ogg, add music [acme]
directory sound/ Tue Oct 13 02:57:43 -0700 2009 make explosions less dramatic [acme]
README
Bouncy is me playing with SDL in Perl.

I'm vaguely recreating my favourite game for the Spectrum:

  http://en.wikipedia.org/wiki/Batty_%28video_game%29

This is also a test of SDL and requires the Git redesign branch of the
Perl SDL libraries:

  http://github.com/kthakore/SDL_perl/tree/redesign
  
Leon