Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 342 Bytes

README.md

File metadata and controls

22 lines (22 loc) · 342 Bytes

BUILDING AND RUNNING

CLIENT
make
./build/client/client <ip>
SERVER
make server
./build/server/server <local-ip>

DEPENDENCIES

You'll need raylib. \ You can install it on Arch Linux like this:

sudo pacman -S raylib

Otherwise check your package manager or try building it yourself.