Click here to Skip to main content
16,012,468 members
Articles / Desktop Programming / WPF

WPF based exciting Pong Game

Rate me:
Please Sign up or sign in to vote.
5.00/5 (10 votes)
19 Jul 2024MIT9 min read 41.2K   32  
This is a multi player Pong game written in C#/ WPF using Visual Studio
Pongs is a 2 player game in which 2 players move their paddles simultaneously to hit a ball back and forth. Player 1 uses keys 'W', 'A', 'S', and 'D' for up, down, left and right respectively and Player 2 uses arrow keys. Both players attempt to hit the ball to opponents side. If the ball goes past a player's side of the screen, their opponent gains a point.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions