David20122 / sound-space-plus

Rhythm-based aim game
https://wiki.rhythia.net/
MIT License
120 stars 17 forks source link
game godot music rhythm rhythm-game

Sound Space Plus

"Rhyt-Rhythmia"

  • Edward "BTMC" Ling, 2024

While you're here, join our discord in here

Table of contents

(Stuff you will see in this README)

Downloading and playing the game

IMPORTANT!

For Windows users:

For Linux users:

For Android Users:

  • Download gles2 on older devices, or gles3 on newer devices
  • Install the apk on your phone

If you can't execute your game on Linux

  • Open your terminal and do the following:
    $ cd ~/DIRECTORY_OF_YOUR_SSP_FOLDER
    $ sudo chmod +x SoundSpacePlus.x86_64
    # Alternatively you can use
    # sudo chmod 777 SoundSpacePlus.x86.64

Troubleshooting

As everything you download online, executing may or may not work.

User folder location

  • Windows:

%appdata%\SoundSpacePlus

  • Linux:

~/.local/share/SoundSpacePlus

  • Android:

Currently not available (Apr16 update)

Alternatively you can access the user folder if you go into settings and press User Folder

Updating your game

As the time goes, we all have the necessity to update what's old correct?

Here's how you do it then.

Development

After cloning the repository download the Discord Game SDK and put the following files into addons/discord_game_sdk:

  • discord_game_sdk.dll
  • discord_game_sdk.dylib
  • discord_game_sdk.so (rename to libdiscord_game_sdk.so)

Don't forget to fetch the big files that are missing using

$ git lfs fetch --all
$ git lfs pull