Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game saves #5

Open
elliot-nelson opened this issue Oct 17, 2021 · 0 comments
Open

Game saves #5

elliot-nelson opened this issue Oct 17, 2021 · 0 comments
Labels
Engine Game development - engine. There's some internal logic, mechanics, and tooling that needs help.

Comments

@elliot-nelson
Copy link
Owner

Save and load game.

Possible implementations:

  • Roguelike - no saves at all, play from the beginning until you die
  • Resident Evil style - periodic locations that allow game saving
  • Full saves - the player can save the game at any time they wish

(Right now I am leaning towards Full Saves -- if there's not a good reason to let the player do what they want, then you probably should let them.)

@elliot-nelson elliot-nelson added the Engine Game development - engine. There's some internal logic, mechanics, and tooling that needs help. label Oct 17, 2021
@elliot-nelson elliot-nelson changed the title Game Saves Game saves Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Engine Game development - engine. There's some internal logic, mechanics, and tooling that needs help.
Projects
None yet
Development

No branches or pull requests

1 participant