Skip to content
/ breakin Public

Breakout variation in C++ & NCurses that deletes files

Notifications You must be signed in to change notification settings

ixt/breakin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

637204f · Mar 27, 2016

History

26 Commits
Mar 23, 2016
Mar 16, 2016
Mar 20, 2016
Mar 27, 2016

Repository files navigation

#BreakIn

A breakout variation wrote in ncurses

Be aware, this will delete files if left in the state it is. It is currently primed to delete files in your current directory. It can be set to play with files in other directories; just change the "directoryOfChoice" variable to the path of your choice. (you can also disable this by commenting out the line pointed out in file.cpp)

Aim of the game is to avoid hitting the blocks with your ball, stop playing by pressing q. controls are h or left, l or right and space to start.

There is no way to win.

Good Luck

Uses:
- Inheritance & virtual functions
- Deleted functions
- Lamda Expressions - Delegateing Constructors
- Auto & Begin/End Iterators - If/while loops - Inline functions
- libs: Ncurses, Dirent

About

Breakout variation in C++ & NCurses that deletes files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published