This repository has been archived on 2023-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
defend-together/server
2020-04-30 21:53:13 -04:00
..
.gitignore Intialize and cleanup repo 2020-04-30 19:16:46 -04:00
build.sh Intialize and cleanup repo 2020-04-30 19:16:46 -04:00
console.hpp Intialize and cleanup repo 2020-04-30 19:16:46 -04:00
Dockerfile Fix docker container & update release workflow 2020-04-30 21:53:13 -04:00
gameentity.hpp Intialize and cleanup repo 2020-04-30 19:16:46 -04:00
gamemap.hpp Intialize and cleanup repo 2020-04-30 19:16:46 -04:00
gameserver.hpp Intialize and cleanup repo 2020-04-30 19:16:46 -04:00
main.cpp Intialize and cleanup repo 2020-04-30 19:16:46 -04:00
ReadMe.md Intialize and cleanup repo 2020-04-30 19:16:46 -04:00
run_build.sh Intialize and cleanup repo 2020-04-30 19:16:46 -04:00
run_tests.sh Intialize and cleanup repo 2020-04-30 19:16:46 -04:00
tests.cpp Intialize and cleanup repo 2020-04-30 19:16:46 -04:00

LD46 Server

Build Requirements

Enet development files:

dnf install enet-devel

G++

dnf install g++

For testing:

dnf install gtest gmock gmock-devel gtest-devel