Jesse-McDonald / LURK2.0

A lurk client that uses default lurk protocol (http://isoptera.lcsc.edu/~seth/cs435/lurk_2.1.html) to play a network game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CBS

A custom build system I created to simplify creating large c++ projects The system expects a regular directory structure with .cpp files contained in the src folder and .h files contained in headers. The directory structure in src and headers must be identical to each other. The system simply compiles and links all files in all sub directories use #include <file.h> for all includes rather than #include "file.h" build system will assemble the "build" directory with identical structure and .o files then build the final system is ran using make

About

A lurk client that uses default lurk protocol (http://isoptera.lcsc.edu/~seth/cs435/lurk_2.1.html) to play a network game


Languages

Language:C++ 85.8%Language:C 13.6%Language:Assembly 0.4%Language:Python 0.1%Language:Makefile 0.0%