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
- Host: GitHub
- URL: https://github.com/dogukanteber/pong
- Owner: dogukanteber
- License: mit
- Created: 2021-03-30T12:36:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T18:55:44.000Z (about 5 years ago)
- Last Synced: 2025-03-02T16:49:34.610Z (over 1 year ago)
- Topics: cpp, gamedev, ncurses, ncurses-library
- Language: C++
- Homepage:
- Size: 411 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pong
Pong clone, written in C++ and used nCurses library.

## 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.