Game server backend and API for PokéRogue
 
 
Go to file
maru c9b6a8a811
Use fasthttp instead of net/http
2024-04-19 06:05:52 -04:00
.github/workflows Create go.yml 2024-04-17 22:33:11 -04:00
api Use fasthttp instead of net/http 2024-04-19 06:05:52 -04:00
db Remove redundant padding insert in TryAddSeedCompletion 2024-04-18 02:36:14 -04:00
defs Update schema and version for variant update 2024-04-18 21:54:07 -04:00
.gitignore Serve game content and API 2024-04-19 03:27:47 -04:00
README.md Initial commit 2023-11-30 12:59:31 -05:00
go.mod Use fasthttp instead of net/http 2024-04-19 06:05:52 -04:00
go.sum Use fasthttp instead of net/http 2024-04-19 06:05:52 -04:00
pokerogue-server.go Use fasthttp instead of net/http 2024-04-19 06:05:52 -04:00

README.md

pokerogue-server