We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18faaf3 commit c2d0d92Copy full SHA for c2d0d92
README.md
@@ -34,7 +34,8 @@ This is a game made with pygame.
34
35
1. Download \* & unzip file(if you used 'tag' for downloading) in your interpreter. (If you use pyCharm, then put the file in PycharmProjects folder)
36
2. Go to interpreter setting and install pygame (version over 2.0.1; 2.5.2 works fine) in your interpreter (python version over 3.7)
37
-3. Go to interpreter -> open the project (RhythmGame) -> run main.py **
+3. If you want to use ai-generated chart features, install music21 (latest version). You can also do this using "pip install music21".
38
+4. Go to interpreter -> open the project (RhythmGame) -> run main.py **
39
40
41
## Sample run
0 commit comments