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
8f49a691f79ee651d968dd85626ea472f5ccb3de
EscapeFromTeacher
/
cmd
/
server
History
Sebastian Unterschütz
8f49a691f7
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push)
Successful in 2m28s
Introduce room assignment logic based on
POD_NAME
and
TOTAL_REPLICAS
, enable selective handling for
game.join
and
score.submit
events, and update environment configurations.
2026-01-04 17:16:09 +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
Introduce room assignment logic based on
POD_NAME
and
TOTAL_REPLICAS
, enable selective handling for
game.join
and
score.submit
events, and update environment configurations.
2026-01-04 17:16:09 +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