xeyvezy / battleship-console

Console battleship game project, complete, tested and working, uses STRUCT and typedef in C, pdcurses, tested with gcc 4.8.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

battleship-console

Working console battleship game project to experiment with STRUCT and typedef in C.

I deliberately tried to avoid the use of classes and CPP but seems I couldnt help myself when it came to vectors and strings.

runs under windows using pdcurses ... needs the pdcurses.dll (included in bin)

tested with gcc 4.8.1 on windows untested on linux .. you'll need to resolve the curses.h requirement

See description.txt for how the program was constructed.

About

Console battleship game project, complete, tested and working, uses STRUCT and typedef in C, pdcurses, tested with gcc 4.8.1


Languages

Language:C++ 56.7%Language:C 43.3%