RaspberryRocketeer/frontend/model
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
..
Collidable.ts Code review 2023-01-10 2023-01-10 08:45:34 +01:00
Entity.ts Code review 2023-01-10 2023-01-10 08:45:34 +01:00
Obstacle.ts Refactor & Bug Fix 2023-01-10 09:37:12 +01:00
Pipe.ts Refactor & Bug Fix 2023-01-10 09:37:12 +01:00
Position.ts Code review 2023-01-10 2023-01-10 08:45:34 +01:00
Raspberry.ts Refactor & Bug Fix 2023-01-10 09:37:12 +01:00