From fdf2c8b7cdc6a4162a109d53218c254aab77750e Mon Sep 17 00:00:00 2001 From: Eli <88557639+lishaduck@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:22:26 -0500 Subject: [PATCH] docs: update readme --- BipoleV.py | 2 +- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ README.txt | 46 ---------------------------------------------- 3 files changed, 44 insertions(+), 47 deletions(-) create mode 100644 README.md delete mode 100644 README.txt diff --git a/BipoleV.py b/BipoleV.py index 2d81dac..4a312b4 100644 --- a/BipoleV.py +++ b/BipoleV.py @@ -236,7 +236,7 @@ - dialouge = tk.Label(master=centrow, text="Lemniscate Bipole V:\nDungeons of Biphero\n\nMade by infinityJKA\n\n----------\n\n[A] Load Save\n[B] New Game\n\n----------\n\nRead README.txt before playing\n\n(Release v1.0)\ninfinityjka.itch.io", relief=tk.FLAT,width=50,height=30, bg='black') + dialouge = tk.Label(master=centrow, text="Lemniscate Bipole V:\nDungeons of Biphero\n\nMade by infinityJKA\n\n----------\n\n[A] Load Save\n[B] New Game\n\n----------\n\nRead README.md before playing\n\n(Release v1.0)\ninfinityjka.itch.io", relief=tk.FLAT,width=50,height=30, bg='black') dialouge.config(font=(mainfont,12),fg='white') dialouge.grid(row=0,column=1) diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b0f6a0 --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# Bipole V: Dungeons of Biphero + +Thank you for downloading another game by [@infinityJKA](https://github.com/infinityJKA) of for [@LemniscateGames](https://github.com/LemniscateGames). + +## Controls + +Key inputs for actions are mapped similar to how they are displayed onscreen. + +> [!WARNING] +> CAPS LOCK WILL MESS WITH INPUTS, DON'T HAVE CAPS LOCK ENABLED! + + + +| Key | Mapping | +| ------------ | ----------------- | +| 1 | `SAVE` | +| 2 | `TOGGLE SIDESTEP` | +| 3 | `STAT` | +| 4 | `KEY ITEMS` | +| q | `A` | +| e | `B` | +| w | `UP` | +| r | `EQUIP` | +| t | `PARTY` | +| a | `LEFT` | +| s | `DOWN` | +| d | `RIGHT` | +| f | `ITEM` | +| g | `TALK` | +| arrow keys | movement | +| space key | `TALK` (alt) | + + + +## Tips + +Some helpful tips for getting started. + +- **TALK TO EVERY NPC**: This is really important, many NPCs have extremely important things to say. +- **TAKE NOTES**: There are lots of things to keep track of in this game, take notes on enemy weaknesses, quests to complete, and areas to come back to later. +- **EXPLOIT ENEMY WEAKNESSES**: You will NOT be able to beat this game without doing this. The game is balanced around multiplying your damage, and you must build a specialized party to beat a each boss. +- **STATUS EFFECTS**: Don't ignore equipment that increase your stats or decrease enemy stats! These are important in beating bosses, and even allow you to beat bosses while underleveled if you're tactical enough. +- **THE ECONOMY**: If the game is too difficult, try exploiting the economy to afford more items and equipment. For an extra challenge in a second playthrough, try doing a run where you don't go out of your way to exploit the economy. The game's economic system can be ignored in a playthrough, but it provides a way for making the game a bit easier for those who spend the time to mess with it. diff --git a/README.txt b/README.txt deleted file mode 100644 index 30797db..0000000 --- a/README.txt +++ /dev/null @@ -1,46 +0,0 @@ - -THANK YOU FOR DOWNLOADING BIPOLE V: DUNGEONS OF BIPHERO -(game made by infinityJKA from infinityjka.itch.io) - -Controls: - Key inputs for actions are mapped similar to how they are displayed on the screen. - ! ! ! CAPS LOCK WILL MESS WITH INPUTS, DON'T HAVE CAPS LOCK ENABLED ! ! ! - - 1 = [SAVE] - 2 = [TOGGLE SIDESTEP] - 3 = [STAT] - 4 = [KEY ITEMS] - q = [A] - e = [B] - w = [UP] - r = [EQUIP] - t = [PARTY] - a = [LEFT] - s = [DOWN] - d = [RIGHT] - f = [ITEM] - g = [TALK] - - You can also use the arrow keys for movement and the space key for [TALK]. - -Tips: - - -TALK TO EVERY NPC. This is really important, many NPCs have extremely - important things to say. - -TAKE NOTES. There are lots of things to keep track of in this game, - take notes on enemy weaknesses, quests to complete, and areas - to come back to later. - -EXPLOIT ENEMY WEAKNESSES. You will NOT be able to beat this game without - doing this. The game is balanced around multiplying your damage, - and you must build a specialized party to beat a each boss. - -STATUS EFFECTS. Don't ignore equipment that increase your stats or - decrease enemy stats! These are important in beating bosses, - and even allow you to beat bosses while underleveled if you're - tactical enough. - -THE ECONOMY. If the game is too difficult, try exploiting the economy - to afford more items and equipment. For an extra challenge in - a second playthrough, try doing a run where you don't go out - of your way to exploit the economy. The game's economic system - can be ignored in a playthrough, but it provides a way for - making the game a bit easier for those who spend the time - to mess with it. \ No newline at end of file