From b8fe79dc337e5741cbd23f61084c4c84028a7df7 Mon Sep 17 00:00:00 2001 From: lu <35118711+lugamii@users.noreply.github.com> Date: Sat, 9 Mar 2024 14:45:32 -0400 Subject: [PATCH 1/4] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..af3b3c3 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Otaku + +
This is an FFA core in development.
+> Development is running since 17‎/12/2023, ‏‎20:19:59 + +# TODO List: +- [x] Finish the basic FFA Logic. +> NOTE: semi-completed, but mostly works. +- [ ] Finish any remaining profile stats, and port everything to MongoDB. (currently flatfile) +- [ ] Add more features. From 1af58c4d63082b833d3ba95693f6338c1dbf190d Mon Sep 17 00:00:00 2001 From: lu <35118711+lugamii@users.noreply.github.com> Date: Sat, 9 Mar 2024 14:46:31 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index af3b3c3..9dbfd60 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,8 @@ > NOTE: semi-completed, but mostly works. - [ ] Finish any remaining profile stats, and port everything to MongoDB. (currently flatfile) - [ ] Add more features. + +# Features in the works: +- [ ] Abilities (suggested by Brewage) +- [ ] Events (suggested by Brewage) +- [ ] Battlepass (suggested by Brewage) From 7523bccb8bf4cd528127110257cb8232e6868f68 Mon Sep 17 00:00:00 2001 From: lu <35118711+lugamii@users.noreply.github.com> Date: Sat, 9 Mar 2024 14:48:59 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9dbfd60..0ba3a07 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ # Otaku -
This is an FFA core in development.
+This is an FFA core in development.
> Development is running since 17‎/12/2023, ‏‎20:19:59 # TODO List: -- [x] Finish the basic FFA Logic. -> NOTE: semi-completed, but mostly works. -- [ ] Finish any remaining profile stats, and port everything to MongoDB. (currently flatfile) -- [ ] Add more features. +✓ Finish the basic FFA Logic. (semi-completed, but mostly works.)
+✗ Finish any remaining profile stats, and port everything to MongoDB. (currently flatfile)
+✗ Add more features.
# Features in the works: -- [ ] Abilities (suggested by Brewage) -- [ ] Events (suggested by Brewage) -- [ ] Battlepass (suggested by Brewage) +✗ Abilities (suggested by Brewage)
+✗ Events (suggested by Brewage)
+✗ Battlepass (suggested by Brewage)
From 6dae8d181587854b5fb43abfde94a6e75614b274 Mon Sep 17 00:00:00 2001 From: lu <35118711+lugamii@users.noreply.github.com> Date: Sun, 10 Mar 2024 23:34:17 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ba3a07..8a86ef1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is an FFA core in development.
# TODO List: ✓ Finish the basic FFA Logic. (semi-completed, but mostly works.)
-✗ Finish any remaining profile stats, and port everything to MongoDB. (currently flatfile)
+✓ Finish any remaining profile stats, and port everything to MongoDB. (currently flatfile)
✗ Add more features.
# Features in the works: