Skip to content

An attempt at making a topdown shooter multiplayer game in C

License

Notifications You must be signed in to change notification settings

TimSousa1/topdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An attempt at making a topdown shooter multiplayer game in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published