davemachado / Pong

This is my version of the original Pong created by Allan Alcorn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

================== Requirements

  1. C++11
  2. SFML 2.1 or greater(http://sfml-dev.org)

================ About Pong

This is my version of the famous Pong created by Allan Alcorn (http://en.wikipedia.org/wiki/Pong).

This program was written in C++ using SFML 2.1. This game contains a wonderful menu and gameplay options include playing with computer and human at varying difficulty levels.

NOTE:- I would like to CLEARLY state that this game is not written in the most efficient way to use CPU and resources since this was the very first 'program' I wrote. The game also doesn't implement a fixed timestep!

Feel free to do whatever you want with the code.

About

This is my version of the original Pong created by Allan Alcorn.

License:Other


Languages

Language:C++ 79.4%Language:CMake 19.5%Language:C 1.1%