Game server backend and API for PokéRogue
 
 
Go to file
Up a8502fcd3f
add GitHub actions workflows and build docker image (#9)
* add default values for CLI args

* add development docker compose file

* prevent crash if userdata dir does not exist

* accounts, acccountStats

* account stats and create db indices

* compensations and daily runs

* ensure uniqueness of daily seed

* start on port 8001 by default for client parity

* add GitHub actions scripts and dockerfile

* add os architecture

* only build docker image on main repo

* add example compose file
2024-05-10 15:47:22 -04:00
.github/workflows add GitHub actions workflows and build docker image (#9) 2024-05-10 15:47:22 -04:00
api Don't return INVALID on seed-related function error 2024-05-10 15:44:35 -04:00
db Don't return INVALID on seed-related function error 2024-05-10 15:44:35 -04:00
defs Add classic win count to starter data 2024-05-07 00:16:00 -04:00
.dockerignore add GitHub actions workflows and build docker image (#9) 2024-05-10 15:47:22 -04:00
.gitignore make server automatically create DB schema if not exists (#5) 2024-05-10 15:30:47 -04:00
Dockerfile add GitHub actions workflows and build docker image (#9) 2024-05-10 15:47:22 -04:00
LICENSE Relicense under AGPL 2024-04-29 17:26:46 -04:00
README.md Rename to rogueserver 2024-04-29 15:22:27 -04:00
docker-compose.Development.yml make server automatically create DB schema if not exists (#5) 2024-05-10 15:30:47 -04:00
docker-compose.Example.yml add GitHub actions workflows and build docker image (#9) 2024-05-10 15:47:22 -04:00
go.mod Rename to rogueserver 2024-04-29 15:22:27 -04:00
go.sum Use better cron package 2024-04-16 21:01:24 -04:00
rogueserver.go make server automatically create DB schema if not exists (#5) 2024-05-10 15:30:47 -04:00

README.md

rogueserver