From e965b5db7994602fcde4b8ce48bcf19ec9df7ca8 Mon Sep 17 00:00:00 2001 From: snipe_blaze <72265661+notsniped@users.noreply.github.com> Date: Sun, 14 Aug 2022 19:57:27 +0530 Subject: [PATCH] Add Isobot minigame ideas for development --- .dev/MINIGAMES_IDEAS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .dev/MINIGAMES_IDEAS.md diff --git a/.dev/MINIGAMES_IDEAS.md b/.dev/MINIGAMES_IDEAS.md new file mode 100644 index 00000000..62387b13 --- /dev/null +++ b/.dev/MINIGAMES_IDEAS.md @@ -0,0 +1,11 @@ +# Ideas for Minigames +### Isobot Economy Framework + +***This is meant for the developers to use for reference. This can also be used as insight into future releases.*** + +* High-Low: a simple minigame which makes the user guess whether the guessed number is higher or lower than the hint number +* Rock Paper Scissors: a minigame where the user battles the bot in a game of rps +* Guess the number: a minigame where the user has to guess the correct number that the bot is thinking of (from 1 to 10) +* Bet: I still don't have an idea for this xd + +
NKA Development 2022