Skip to content

Commit

Permalink
V2.1: Moved to rich for better TUI, fixed bugs, added audio pause fea…
Browse files Browse the repository at this point in the history
…ture, and refactored code
  • Loading branch information
Sid110307 committed Dec 8, 2024
1 parent a4a7b01 commit bbd6cbd
Show file tree
Hide file tree
Showing 5 changed files with 351 additions and 345 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,23 @@ A fantasy console game that I made using Python.
## Requirements

- Python 3.6 or higher

- Pygame

- Colorama

- Rich
- Tkinter

## Usage

> Clone the repository to your computer:
```sh
$ git clone https://github.com/Sid110307/ShadowDoom

$ git clone https://github.com/Sid110307/ShadowDoom.git
Cloning into 'ShadowDoom'...
. . .
```

> Open the `Console` folder in your terminal and type:
> Enter the directory and run the game:
```sh
$ cd ShadowDoom
$ python3 ShadowDoom.py
# Or just ./ShadowDoom.py for Unix-based systems.
```
Expand Down
Loading

0 comments on commit bbd6cbd

Please sign in to comment.