Dev Log Update 1
Tasks Completed:
- Created truck, background, one car obstacle, and snow sprites - all very basic shapes - looks bad lol
- Plow truck movement completed and truck wont go offscreen
- Added a start button currently to cover map with snow for testing
TODO:
- Create timer which will control snow fall rather than the start button
- Create start menu
- Add collisions for plow truck and snow
- Add collisions between plow truck and obstacles
- Determine % damage done to collisions based on what part of the obstacle was hit (maybe use force to calculate damage done)
- Determine % of map cleared of snow
- Have requirement of winning level - do I want full map to be cleared or just roads? - if just roads need to determine which snow tile is on road tile to calculate % cleared - also need to then factor in obstacles in the way that shouldnt count against player
- Add win/lose screen
Current Status (forgot to include car, but it honestly isnt much - will show it when collisions work)