mkdir build && cd build
cmake .. -G "MinGW Makefiles"
mingw32-make
mkdir build && cd build
cmake ..
make
./CCraft
Connect to a server by specifying its IP address and optionally its port (the default is 25565). You can also set your nickname (if not set, you will be seen as "Unnamed")
./CCraft --ip <IP> --port <PORT> --nick <NICKNAME>
You can optionally specify the server's port (the default is 25565)
./CCraftServer --port <PORT>