Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages