~muirrum/hkgi

feat: Initial work on game tick manager (WIP)

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~muirrum/hkgi
read/write
git@git.sr.ht:~muirrum/hkgi

You can also use your local clone with git send-email.

#hkgi-go

Rewrite of Ced's hkgi in Go and Postgres.

The goal of this project is stability and persistence. One of the biggest issues with the previous iteration of hkgi was how it stored user data in memory and in a constantly-overwritten JSON file. This project aims to solve that issue by using a persistent RDBMS (Postgres).