very intense game makes your keyboard die
Find a file
2026-06-23 05:19:02 +05:00
.github chore: setup proper GitHub templates 2026-04-28 20:10:55 +05:00
assets chore: update credits for relevancy 2026-06-23 05:19:02 +05:00
cfg minor fixes 2026-06-23 01:35:16 +05:00
proto/v1 feat: reactive loss/won 2026-06-23 04:00:52 +05:00
src chore: up-to-date settings 2026-06-23 04:49:03 +05:00
tests chore: linting 2026-06-01 01:23:12 +05:00
.flake8 feat(matchmaking): add UDP-based matchmaking flow 2026-06-15 03:35:23 +05:00
.gitattributes chore: add basic repo structure and empty source folders 2026-04-04 22:18:37 +05:00
.gitignore feat: untested server-wise movement system 2026-06-18 00:46:33 +05:00
CODE_OF_CONDUCT.md chore: setup proper GitHub templates 2026-04-28 20:10:55 +05:00
CONTRIBUTING.md chore: setup proper GitHub templates 2026-04-28 20:10:55 +05:00
CREDITS chore: update credits for relevancy 2026-06-23 05:19:02 +05:00
LICENSE chore: add basic repo structure and empty source folders 2026-04-04 22:18:37 +05:00
pyproject.toml feat(matchmaking): add UDP-based matchmaking flow 2026-06-15 03:35:23 +05:00
README.md feat(matchmaking): add UDP-based matchmaking flow 2026-06-15 03:35:23 +05:00
SECURITY.md chore: small formatting fix 2026-04-28 20:14:21 +05:00

vigmykd

very intense game makes your keyboard die

proto compilation

compile .proto files like this (example):

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