Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 794 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 794 Bytes

Pong: Accelerated

A 2P C# Game of Pong with a Twist! alt text

This project was created as part of the course DA204E Programming in C#. It takes the classic game of pong however it adds elements that make it more thrilling to play. The ball will accelerate with every strike and the paddles will shrink! Challenge your friends to an old classic game when you're tired of cat videos online :)

Controls:

SPACE: Start game

W: P1 UP
S: P1 UP

↑ : P2 UP
↓ : P2 Down


Changelog:

  • v0.6
    • Added transfer of momentum from paddle so the ball does not move in a constant y-speed.

Link to game: Google Drive