From 108bcb67ddcb6556aeb21bd8a96d318bd76cc580 Mon Sep 17 00:00:00 2001 From: Kevin Poretti Date: Sat, 11 May 2024 22:54:56 -0400 Subject: [PATCH] Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1daa9ed..ef1bd91 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,12 @@ This library provides actors, components, and other general data structures that ### To-Do -- [ ] State Machine -- [ ] Input Buffer +- [X] State Machine +- [X] Input Buffer +- [ ] Unit tests +- [ ] Generic "Actor" class for any game affecting actors that need to run at a fixed tick & rollback +- [ ] Interfaces/virtual functions for rolling back and resimulating objects +- [ ] Methods for queueing animations/VFX/SFX when re-simulating ### Setup