mathew-tran / IdleCity

Idle city is a game where you build a town with NPCs that work jobs and get you resources.
4 stars 2 forks source link

Issue #20: Main game menu #55

Closed tedescooo closed 9 months ago

tedescooo commented 9 months ago

Implemented main game menu. Working options:

mathew-tran commented 9 months ago

A few things to add:

  1. While in game, remove new game

  2. When hitting new game in main menu

    • Check to see if save file exist. If it does, then tell them that creating a new game will overwrite
    • When new game is confirmed, force a save at the beginning so the save file
  3. When in game, add a back to main menu

mathew-tran commented 9 months ago

Good stuff! Mostly it's just some code styling differences! :)

mathew-tran commented 9 months ago

I am gonna take this over for my next task. I plan to add a credits page and options menu / whatnot. but this is blocking me a bit.