larvailor / Pong

Game for 2 players. Using WinApi, WinSock, Direct2d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PONG

Gameplay

Pong is one of the earliest arcade video games. It is a table tennis sports game featuring simple two-dimensional graphics.

Pong is a two-dimensional sports game that simulates table tennis. The player controls an in-game paddle by moving it vertically across the left or right side of the screen. They can compete against another player controlling a second paddle on the opposing side. Players use the paddles to hit a ball back and forth. The goal is for each player to reach eleven points before the opponent; points are earned when one fails to return the ball to the other.

Technologies

WinApi - user interface WinSock - network Direct2d - drawing

p.s. This game was created for coursework project for Programming Languages subject. 3 semester of education

About

Game for 2 players. Using WinApi, WinSock, Direct2d


Languages

Language:C++ 95.7%Language:C 4.3%