kevinalh / crazy-eights

Crazy Eights multiplayer game implemented in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crazy Eights

Game created as a proof of concept of Berkeley sockets. Still under construction.

This is an experiment so I'm using tools that are new to me as of this writing. In particular, the project uses Autotools with the Check unit-testing framework.

Getting started

To build the project, use the following.

autoreconf --install
./configure
make

Testing

Running the tests can be done like this.

make check

About

Crazy Eights multiplayer game implemented in C


Languages

Language:C 93.8%Language:Makefile 2.9%Language:M4 2.5%Language:GDB 0.8%