A dungeon-themed Pong clone. All code is written in C# using the Unity engine.
- Press
SPACE
to start the game. - The player on the left moves up with
Q
and down withA
. - The player on the right moves up with
ARROWUP
and down withARROWDOWN
. - You can quit the game at any point with
ESCAPE
.
Open the project with Unity and play the game.
- This project is published under the Creative Commons Zero (CC0) license. You are free to use this code for any project you like.
- Background, foreground and player(s) graphics are from Brackeys and can be found in this GitHub repository.
- The graphic for the ball was drawn by the author and are published under the CC0 license.
- The font was made by Gowl and can be found here.
- The score sound effect can be found here.
- The bounce sound effect was made by Rich McBride and can be found here.
- Background music was made by SVL and can be found here.