An open API service indexing awesome lists of open source software.

https://github.com/dogukanteber/pong

Pong game made with nCurses library
https://github.com/dogukanteber/pong

cpp gamedev ncurses ncurses-library

Last synced: 8 months ago
JSON representation

Pong game made with nCurses library

Awesome Lists containing this project

README

          

# Pong

Pong clone, written in C++ and used nCurses library.
![Game Play GIF](.github/gameplay.gif)

## Disclamier
This project is written on Linux operating system and has not been tested on any other operating system.

## Dependencies
In order for the project running, you need to include **nCurses library** to your machine.

## Installation
Clone this repository to your local directory:
`git clone https://github.com/dogukanteber/Pong.git`

Run make command and start the game:
`make && ./pong`

## How to Play
Paddles are controled using W,S keys for left player and , keys for right player. To quit the game, press Q. To shoot the ball, press Space. Shooting the ball is same for both players.