From 4b326547e4d4441bd3c1099d29ae0683e6c5527b Mon Sep 17 00:00:00 2001 From: Christopher Date: Wed, 1 Mar 2023 11:53:19 +1300 Subject: [PATCH] added a tasks tracking doc --- 84_Super_Star_Trek/rust/tasks.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 84_Super_Star_Trek/rust/tasks.md diff --git a/84_Super_Star_Trek/rust/tasks.md b/84_Super_Star_Trek/rust/tasks.md new file mode 100644 index 00000000..3fcb826a --- /dev/null +++ b/84_Super_Star_Trek/rust/tasks.md @@ -0,0 +1,7 @@ +# Tasks + +Started after movement and display of stats was finished (no energy management or collision detection or anything). + +- [ ] stop before hitting an object +- [ ] remove energy on move +- [ ] klingon movement \ No newline at end of file