Game server backend and API for PokéRogue
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
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
4 months ago
.github/workflows add GitHub actions workflows and build docker image (#9) 4 months ago
api Don't return INVALID on seed-related function error 4 months ago
db Don't return INVALID on seed-related function error 4 months ago
defs Add classic win count to starter data 4 months ago
.dockerignore add GitHub actions workflows and build docker image (#9) 4 months ago
.gitignore make server automatically create DB schema if not exists (#5) 4 months ago
Dockerfile add GitHub actions workflows and build docker image (#9) 4 months ago
LICENSE Relicense under AGPL 5 months ago
README.md Rename to rogueserver 5 months ago
docker-compose.Development.yml make server automatically create DB schema if not exists (#5) 4 months ago
docker-compose.Example.yml add GitHub actions workflows and build docker image (#9) 4 months ago
go.mod Rename to rogueserver 5 months ago
go.sum Use better cron package 5 months ago
rogueserver.go make server automatically create DB schema if not exists (#5) 4 months ago

README.md

rogueserver