lucaswhitaker22 / bash_cafe

A text-based business simulation game written in Bash where players run a coffee shop.
https://lucaswhitaker22.github.io/bash_cafe/
Apache License 2.0
13 stars 1 forks source link

Add save/load mechanics #8

Closed lucaswhitaker22 closed 5 years ago

lucaswhitaker22 commented 5 years ago

Allow users to create new saves by giving there cafe a name. Then, create a save file using that name "_save.txt" and save to that file. Gives users an option to load a save. List all available saves first and open the one the user choses.