Game server backend and API for PokéRogue
 
 
Go to file
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
2024-05-07 17:10:33 -04:00
api hotfix: move save data to DB (#2) 2024-05-07 17:10:33 -04:00
db hotfix: move save data to DB (#2) 2024-05-07 17:10:33 -04:00
defs Add classic win count to starter data 2024-05-07 00:16:00 -04:00
.gitignore hotfix: move save data to DB (#2) 2024-05-07 17:10:33 -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
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 Relicense under AGPL 2024-04-29 17:26:46 -04:00

README.md

rogueserver