wak-sudo / PongPDCurses

Pong in console, written in C++ using PDCurses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PongPDCurses

Pong in console, written in C++ using PDCurses.

Pong

Controls

W & S for player no. 1.

I & K for player no. 2.

How to build

Build using Code::Blocks and the .cbp file.

Dependencies

Should be put in the "libs" folder.

Static compilation

Code::Blocks:

Build options -> Other linker options -> "-l:pdcurses.a"

Or rename "pdcurses.a" to "libpdcurses.a" then you can specify "pdcurses" in "Link libraries".

Apply the "-static" flag in the compiler settings.

About

Pong in console, written in C++ using PDCurses.

License:MIT License


Languages

Language:C++ 100.0%