Skip to content

Commit 57c9470

Browse files
committed
Updated requirements.txt to update all packages
- Requirements.txt: Upgraded term-image and blessed, and forked pybass3 to make it linux compatible (it was a 3-line change lmao) - Docs: Deprecated PYBASS3_LINUX.md - Readme: Several slight tweaks
1 parent 91421b8 commit 57c9470

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77

88
shellrhythm plays with **your entire keyboard**. (more precisely just the letter keys and aditional punctuation keys, so call that a 30k rhythm game!)<br/>
99
Simply press the displayed key when the corresponding hit object finishes drawing!
10+
### TODO: Add a gif of the gameplay
1011

1112
## How to install
1213

1314
### Install from script (LINUX)
1415

15-
Ever since 1.0, there's an install script for Linux to install the game easily! Simply download and run [the following script](https://raw.githubusercontent.com/HastagGuigui/shellrhythm/main/INSTALL.sh).
16+
Ever since 1.0, there's an install script for Linux to install the game easily! Simply download and run [the following script](https://raw.githubusercontent.com/HastagGuigui/shellrhythm/main/INSTALL.sh), this will install it as the `shellrhythm` command.
1617

1718
### Install from source
1819

@@ -38,8 +39,7 @@ python ./index.py
3839

3940
## Where are the charts?
4041

41-
### Update: [There's a tutorial chart!](https://cdn.discordapp.com/attachments/1071443037198225508/1076085157586534472/tutorial.zip)
42-
By default, there are no charts. I should really create a chart server or something but I'd need to rent a server... and I litterally have zero way of paying for one.
42+
By default, there's a tutorial chart built-in. You can try it out, if you want!
4343

4444
## Are there any charts I can download?
4545

@@ -57,7 +57,7 @@ However, one of the libraries this project uses, [pybass3](https://github.com/de
5757

5858
## Known issues
5959

60-
- [Linux isn't fully compatible with pybass3 yet,](https://github.com/devdave/pybass3/issues/2) however [there is a workaround to get it working anyways.](./docs/PYBASS3_LINUX.md)
60+
- Mac is untested.
6161
- The accuracy is bound to the framerate. It's why there's an fps counter at the bottom left of the screen in gameplay.
6262

6363
## Help! I'm having issues!

docs/PYBASS3_LINUX.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# THIS IS DEPRECATED!!!
2+
### I managed to fix it, there's now a fork to pybass3 that fixes that issue!
3+
If you want to update the required packages, run `pip install -r requirements.txt`.
4+
15
# PyBASS3 on Linux compatibility
26

37
If you're a Linux user, you may have noticed that you cannot actually start the game. This is due to pybass3 not fully supporting Linux yet.

requirements.txt

72 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)