This project is a Pong game for the Commodore 64, written in C. It includes sound effects and music using the SID chip.
- Gameplay: Classic Pong game with two paddles and a ball.
- Sound: Sound effects for ball hits and crashes, and background music.
- Controls: Supports keyboard and joystick input.
- Keyboard:
W/S: Move left paddle up/downI/K: Move right paddle up/downSpace/ Joystick button: Start gameQ: Quit gameD: Toggle debug modeM: Toggle musicS: Toggle sound effects
cl65(part of the cc65 suite)x64dtv(part of the VICE emulator)
To compile the game, run:
build.batTo start the game, run:
run.batThis project is licensed under the MIT License. See the LICENSE file for details.
