ndouglas / downdelving-old

An experimental roguelike written in Rust.
The Unlicense
1 stars 0 forks source link

Experiment with supporting multiple game states. #49

Closed ndouglas closed 2 years ago

ndouglas commented 2 years ago

Story

main.rs is getting very crowded, and I think the cleanest way of supporting things like demos, etc would be for each to have a separate game state.

I'm going to experiment with shifting the existing game process into a module and then adding additional game states.

This might not work at all.

I've timeboxed this to about 4-5 hours. I think it'll either take substantially less or I'll get pissed and git reset --hard it.

Acceptance Criteria

Implementation Notes