terroo / pong

A game similar to Atari's famous Pong, but with slightly different gameplay and remixed football-themed design. Made with C++ and SFML.

Home Page:https://youtu.be/cruLikMNhP0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pong

A game similar to Atari's famous Pong, but with slightly different gameplay and remixed football-themed design. Made with C++ and SFML.

Pong (soccer remix)


Dependencies

Example of installing dependencies on Ubuntu

Use your operating system's package manager search to find the name of the corresponding packages

sudo apt install g++ make sfml-dev

Build and run

git clone https://github.com/terroo/pong
cd pong
make

How to play

  • w(up) or s(down) - To move the player on the LEFT
  • (up) or (down) - To move the player on the RIGHT

If you want to play with the computer, remove the // comments from lines 30 to 35 of the logic.cpp file .


Additional

This game was created in a Youtube video, if you want to watch it, visit: https://youtu.be/cruLikMNhP0 .

About

A game similar to Atari's famous Pong, but with slightly different gameplay and remixed football-themed design. Made with C++ and SFML.

https://youtu.be/cruLikMNhP0

License:GNU General Public License v3.0


Languages

Language:C++ 89.6%Language:Makefile 10.4%