https://github.com/bezlant/s21_pong
🏓 Ping Pong with a simple TUI (School 42)
https://github.com/bezlant/s21_pong
c ncurses ping-pong school-project tui
Last synced: 3 months ago
JSON representation
🏓 Ping Pong with a simple TUI (School 42)
- Host: GitHub
- URL: https://github.com/bezlant/s21_pong
- Owner: bezlant
- License: mit
- Created: 2022-02-21T06:10:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T12:28:41.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T00:43:22.511Z (over 3 years ago)
- Topics: c, ncurses, ping-pong, school-project, tui
- Language: C
- Homepage:
- Size: 1.29 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ping Pong

* [Introduction](#introduction)
* [Goals](#goals)
* [Build](#build)
* [How to Play](#how-to-play)
### Introduction
A simple two-player ping-pong in the terminal using [ncurses](https://en.wikipedia.org/wiki/Ncurses)
### Goals
- Learn basic control structures in C
- Get better at using [ncurses](https://tldp.org/HOWTO/NCURSES-Programming-HOWTO/)
### Build
```
$ git clone https://github.com/bezlant/s21_pong
$ cd s21_pong/src
$ make
```
### How to Play
* `A` & `Z` for the *Left Player*
* `K` & `M` for the *Right Player*
* To quit press `Q`