Skip to main content

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

DevLog- Day 3

Day 3 of the My First Game Jam. I spent today in Unity, working on the code. So there was a lot of hair-pulling, especially when I had to download Unity(again!). Seems that the file yesterday was corrupted, since I couldn't use Text and other UI functions. It works perfectly fine now.There's still some graphics I need to complete, so I'll probably take a break from Unity and do that tomorrow.

What I did today:

  • Spawn customers (ghosts)
    • Still need to specify when the ghosts should come and leave
  • Timed levels so that after 2 mins, the level ends and depending on the money earned, you either continue on to the next level, or lose.
    • Still need to create the Game Over Scene and the Continue Scene
  • Spawn money and money behavior (when you click on the money, it disappears and adds $12 to the total)
    • Still need to specify when the money should spawn
  • Changed the Recipe button to display a popup window, instead of a new scene.

What I plan to do tomorrow:

  • Finish Food graphics
  • Finish Game Over scene graphics
  • Finish Continue scene graphics
  • Work on Recipe scene graphics