Private
Public Access
1
0

Implement core game functionalities: client prediction, coin collection, scoring, game state synchronization, and player management.

This commit is contained in:
Sebastian Unterschütz
2026-01-01 16:46:39 +01:00
parent 4b2995846e
commit 5e6b8a2304
9 changed files with 902 additions and 203 deletions

View File

@@ -5,7 +5,6 @@ import (
"io/ioutil"
"log"
"path/filepath"
"runtime"
"sync"
"github.com/nats-io/nats.go"