No description
Find a file
dhain d98cd7b10e Refactor & Bug Fix
`game.ts`
 - fixed score on new game

`Obstacle.ts`
 - made distanceBetweenPipes and startX public
 - moved initialization of distanceBetweenPipes and startX to game.setupGame()

`Pipe.ts`
 - created move() method to move the pipe

 `Raspberry.ts`
  - added constant variables for Raspberry size
2023-01-10 09:37:12 +01:00
.idea random pipe position working 2022-12-06 09:45:43 +01:00
backend Code review 2023-01-10 2023-01-10 08:45:34 +01:00
frontend Refactor & Bug Fix 2023-01-10 09:37:12 +01:00
.env.example fixed ports in .env.enxample 2022-12-06 09:53:38 +01:00
docker-compose.yml added Serializer & Manager classes 2022-12-14 00:10:02 +01:00