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 1f95f7c042
hotfix: move save data to DB (#2)
* start reading save data from DB

* finish migration code

* remove leftover dir creation

* fix import cycle

* remove more dir creation

* update gitignore

* fix pk

* better table creation

* use REPLACE INTO

* fix typo
7 months ago
api hotfix: move save data to DB (#2) 7 months ago
db hotfix: move save data to DB (#2) 7 months ago
defs Add classic win count to starter data 7 months ago
.gitignore hotfix: move save data to DB (#2) 7 months ago
LICENSE Relicense under AGPL 7 months ago
README.md Rename to rogueserver 7 months ago
go.mod Rename to rogueserver 7 months ago
go.sum Use better cron package 7 months ago
rogueserver.go Relicense under AGPL 7 months ago

README.md

rogueserver