Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Dev Log Update 1

Tasks Completed:

  1. Created truck, background, one car obstacle, and snow sprites - all very basic shapes - looks bad lol
  2. Plow truck movement completed and truck wont go offscreen
  3. Added a start button currently to cover map with snow for testing

TODO:

  1. Create timer which will control snow fall rather than the start button
  2. Create start menu
  3. Add collisions for plow truck and snow
  4. Add collisions between plow truck and obstacles
  5. Determine % damage done to collisions based on what part of the obstacle was hit (maybe use force to calculate damage done)
  6. Determine % of map cleared of snow
  7. 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
  8. Add win/lose screen

Current Status (forgot to include car, but it honestly isnt much - will show it when collisions work)