This website requires JavaScript.
Explore
Help
Sign In
ZB-Server
/
EscapeFromTeacher
Private
Public Access
Watch
1
Star
0
Fork
0
You've already forked EscapeFromTeacher
Code
Activity
Files
a85b519051c3593f34b3a387e1e4b44ae51cd487
EscapeFromTeacher
/
cmd
/
server
History
Sebastian Unterschütz
a85b519051
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push)
Successful in 2m28s
Enable NATS Queue Groups for
game.join
,
game.start
, and
game.input
handlers to support load balancing.
2026-01-04 16:32:47 +01:00
..
gin_server.go
Add Docker, Kubernetes configurations, and CI workflows for deployment. Integrate Gin server for API, WebSocket support, and static file hosting. Refactor WebSocket gateway to use Gin router.
2026-01-04 15:14:55 +01:00
go.mod
Update asset metadata and dependencies; refine obstacle type to wall.
2026-01-04 15:15:10 +01:00
go.sum
Update asset metadata and dependencies; refine obstacle type to wall.
2026-01-04 15:15:10 +01:00
main.go
Enable NATS Queue Groups for
game.join
,
game.start
, and
game.input
handlers to support load balancing.
2026-01-04 16:32:47 +01:00
websocket_gateway.go
Add WebAssembly support for assets and chunks, implement gameover screen rendering, and enhance server gameplay logic with dynamic speeds, team naming, and score components.
2026-01-04 14:30:31 +01:00