Skip to content

TUI based zelda game with python [+Blessed]. (python codejam 8 submission)

License

Notifications You must be signed in to change notification settings

Anindya-Prithvi/CJ8-blessed-badgers

Repository files navigation

DeepSource CodeFactor

Python Discord - Code Jam 8 Summer 2021

Team Blessed Badgers

Story line

Good morning. Do you know where you just felt down?

See around you, everything is square.

The floor, the walls, the door and even this key

What does it mean? Yes, you're right, you are inside a box..

Can you escape the box? Can you think? Can you think, inside the box?

How to play with me?

I will need python 3.9+ to run and after installed, you can use these commands to install and launch me.

git clone https://github.com/StephD/CJ8-blessed-badgers
pip install -r dev-requirements.txt
python start.py

What do you have to be careful about

Even if I can handle most of terminal size. I will not appreciate running on a very small size. Run me in full size and I will be fine.

Also note that I usually get sick if you try to resize your terminal windows during the execution.

Talking about terminal. I used to run well on Windows Shell or PowerShell. About linux or macOs, I should be able to run but I haven't done enought try to confirm that.

Base line

Explanation

In-TUI-tion is a kind of "escape (the box) game". You will first find a menu where you can

  1. Start a game
  2. Continue where you were
  3. See about the game
  4. Change the language (Only English and French are well maintained)
  5. Quit the game

You will need to use the keyboard key to select those options. The key is between these block []

Running the game

Running the game will make you land first into a tutorial game to show you the sence of the game. You will see the escape room, the message of the game and few data on the right.

You can move your hero with arrow-keys or [hjkl]. The menu can be accessed with key.

From the menu, you can or quit the game, save the game or return to the game.

Once you solve this puzzle, you will access the next room where the enigma will be more complex.

The game work with interaction. You may need to find who is associate with what to be able to solve the enigma fast.

The hero move into the box and interact with element. You will see game messages in the bottom for your information.

What does it look like?

Here is the menu, where you will land at first

Here is the game, where you might need to think

Contributors

About

TUI based zelda game with python [+Blessed]. (python codejam 8 submission)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published