update menu + block placing visualization + add move history

This commit is contained in:
2026-02-25 12:43:32 +01:00
parent 3f8274f1d9
commit 82d618f692
5 changed files with 82 additions and 30 deletions

View File

@ -50,7 +50,6 @@ auto main(int argc, char *argv[]) -> int {
#endif
// Input update
state.previous_state = state.current_state;
input.HandleInput();
state.UpdateGraph(); // Add state added after user input