Skip to content

wak-sudo/PongPDCurses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.