Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 623 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 623 Bytes

CodeMastersIntermediate

Code Masters 101 Intermediate C# project

Create the state machine implementation


id:"1686843514" ...

Include:

  • Main Menu state.

  • Load File state.

    • Allow the user to choose a file given a list of files to choose from.
  • Save File state.

    • Ask for a file name.
    • Save an Empty text file given the provided name.
    • Confirm to the user if the file name already exists.
  • New Game state.

Commands:

  • Switch State

  • Help command.

  • Load File.

  • Save file.

  • New Game.

  • For all of the states: allow the user to return to the main menu.

New Game will be a dead end for now.