Added sound support (needs SDL_mixer) + samples
commit0f6d46d48df3a63ebe3d5bf019753a95a5840d7b
authorthp <thp>
Sat, 12 May 2007 14:01:31 +0000 (12 14:01 +0000)
committerthp <thp>
Sat, 12 May 2007 14:01:31 +0000 (12 14:01 +0000)
tree168854b735546399b6f4941c2ac2706f72e20530
parentffd052721293fc13ebd1845d150ce40e630e8a4c
Added sound support (needs SDL_mixer) + samples
Better gameplay, player responsibility and ball flight
14 files changed:
data/applause.wav [new file with mode: 0644]
data/audience.wav [new file with mode: 0644]
data/ground.bmp [new file with mode: 0644]
data/ground1.wav [new file with mode: 0644]
data/ground2.wav [new file with mode: 0644]
data/powershot.wav [new file with mode: 0644]
data/racket1.wav [new file with mode: 0644]
data/racket2.wav [new file with mode: 0644]
game.c
game.h
makefile
sound.c [new file with mode: 0644]
sound.h [new file with mode: 0644]
tennix.c