Retro racing game in C++ (using only command line graphics)
Tetris in C++ (using only command line graphics)
Curses library for windows with guide for visual studio
Cool example game using curses library
ASCII Style Text Generator (choose font "Alphabet")
g++ --std=c++14 FILENAME.cpp -o PROGRAMNAME - compiles
g++ --std=c++14 test.cpp -o test -lcurses - compiles using curses library
sudo apt-get install libncurses5-dev libncursesw5-dev - installs curses library (linux)
tutorial for ncurses - http://www.cs.ukzn.ac.za/~hughm/os/notes/ncurses.html
http://creative.coventry.ac.uk/eh/ -- HACKING PUZZLES. EVERYONE PLEASE ATTEMPT! CAN ONLY BE ACCESSED THROUGH UNI WI-FI OR PC!
https://dcravey.wordpress.com/2011/03/21/using-sqlite-in-a-visual-c-application/ - useful for sql vs