zacharyvincze / Pong

A simple Pong game written in C++ using ncurses.
MIT License
19 stars 8 forks source link

Add configuration #1

Open zacharyvincze opened 8 years ago

zacharyvincze commented 8 years ago

I'm planning to add some configuration to this later on. Things such as game speed, ball speed, paddle speed, wall textures, ball textures, paddle textures, etc.

I don't really know how I'm gonna do this though. I just picked up the language.