This website requires JavaScript.
Explore
Help
Sign In
daniel156161
/
snake-python
Watch
1
Star
0
Fork
0
You've already forked snake-python
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d2e1f2560ed030004bcec7b8dc8529ddd813cbef
snake-python
/
server
T
History
daniel156161
d2e1f2560e
Build and Push Docker Container / build-and-push (push)
Successful in 4m53s
Details
change metrics endpoint to return json by default and when the useragent contains prometheus to return the output as prometheus string format
2026-04-07 07:57:52 +02:00
..
blueprints
change metrics endpoint to return json by default and when the useragent contains prometheus to return the output as prometheus string format
2026-04-07 07:57:52 +02:00
database
move imports that longst is ontop
2026-04-06 19:02:04 +02:00
dataset
fix circular import errors so the server and start again
2026-04-06 04:30:02 +02:00
game_state_store
fix circular import errors so the server and start again
2026-04-06 04:30:02 +02:00
metrics
…
services
use snake class name and version from GameBoard and remove snake type and version from GameplayTrackingService init
2026-04-06 23:24:37 +02:00
bootstrap.py
add Backend Env to use as default for all then spesicich down to memory
2026-04-06 05:28:10 +02:00
CreateEnvironmentFile.py
…
Files.py
…
GameBoard.py
use snake class name and version from GameBoard and remove snake type and version from GameplayTrackingService init
2026-04-06 23:24:37 +02:00
Server.py
cleanup server extra variables that are only getting used into server.py
2026-04-07 00:23:23 +02:00
TrainBattleSnakeAI.py
…