No description
  • Python 99.4%
  • Dockerfile 0.6%
Find a file
2026-06-23 05:03:56 +05:00
.github chore(core): basic project scaffold 2026-05-27 23:09:38 +05:00
proto/v1 chore: up-to-date protocol 2026-06-23 04:08:02 +05:00
resources/maps/testmap chore: debug 2026-06-21 01:10:09 +05:00
src/server send win packet to winner 2026-06-23 05:03:56 +05:00
tests chore(core): basic project scaffold 2026-05-27 23:09:38 +05:00
.dockerignore feat: docker working successfully 2026-06-14 21:50:16 +05:00
.flake8 chore: linting & removed rudimentary old file 2026-06-04 03:52:13 +05:00
.gitattributes chore(core): basic project scaffold 2026-05-27 23:09:38 +05:00
.gitignore chore: Dockerizing; minor fixes 2026-06-14 21:38:55 +05:00
CODE_OF_CONDUCT.md chore(core): basic project scaffold 2026-05-27 23:09:38 +05:00
CONTRIBUTING.md chore(core): basic project scaffold 2026-05-27 23:09:38 +05:00
docker-compose.yml chore: what the fuck 2026-06-15 03:21:24 +05:00
Dockerfile chore: tidying up Docker 2026-06-14 21:46:25 +05:00
LICENSE chore(core): basic project scaffold 2026-05-27 23:09:38 +05:00
pyproject.toml chore: specify proper dependency scope 2026-06-23 03:57:29 +05:00
README.md feat: basic udp server scaffold 2026-06-04 03:48:37 +05:00
SECURITY.md chore(core): basic project scaffold 2026-05-27 23:09:38 +05:00

vigmykd-server

very intense game makes your keyboard die, but it's the game server

proto compilation

compile .proto files like this (example):

pwd
> ~/vigmykd-server
protoc --python_out=.\src\server\generated\. .\proto\v1\packet.proto