changes in Game.svelte

+ playerOne is always in left
+ kick players after match end
+ slow down ball and player
+ re in Makefile
This commit is contained in:
LuckyLaszlo
2022-12-22 00:27:41 +01:00
parent 351ffc1756
commit 84062d5a89
12 changed files with 159 additions and 134 deletions

View File

@@ -24,8 +24,7 @@ start_dev:
start_prod:
docker compose -f ${DOCKERCOMPOSEPATH} start prod
restart:stop
@make up
re: down dev
down:
docker compose -f ${DOCKERCOMPOSEPATH} -v down