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-05-04 02:45:04 -04:00
..
.gitignore Intialize and cleanup repo 2020-04-30 19:16:46 -04:00
build.sh Additional testing, entity deletion, and player disconnection 2020-05-01 02:24:34 -04:00
console.hpp Additional testing, entity deletion, and player disconnection 2020-05-01 02:24:34 -04:00
Dockerfile Dockerfile with working healthcheck endpoint 2020-05-02 03:02:06 -04:00
gameentity.hpp Intialize and cleanup repo 2020-04-30 19:16:46 -04:00
gamemap.hpp Additional testing, entity deletion, and player disconnection 2020-05-01 02:24:34 -04:00
gameserver.hpp Client changes and tweaks 2020-05-04 02:45:04 -04:00
main.cpp Debug chat issues 2020-05-03 19:34:07 -04:00
nginx.conf Configure endpoint for healthcheck 2020-05-02 00:50:16 -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 Additional testing, entity deletion, and player disconnection 2020-05-01 02:24:34 -04:00
tests.cpp Additional testing, entity deletion, and player disconnection 2020-05-01 02:24:34 -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