Skip to content

jonesd37/GroupD2

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

GroupD2

Group D2's old school game. Members: jonesd37, valkovn, fleancul, kluzikp, saidih3, navickar

Useful links

Retro racing game in C++ (using only command line graphics)

Tetris in C++ (using only command line graphics)

Group Discord

Curses library for windows with guide for visual studio

Cool example game using curses library

ASCII Style Text Generator (choose font "Alphabet")

Useful for GNU compiler / c++ / ncurses library

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

About

Group D2's old school game. Members: jonesd37, valkovn, fleancul, kluzikp, saidih3, navickar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published