Okay, so i will tell you how to install osu! lazer in repl.it.
First, you want to make a repl in any language (i prefer bash) and go to the shell. next, run these commands:
wget https://github.com/ppy/osu/releases/download/2021.820.0/osu.AppImage
#this installs the osu appimage
chmod +x ./osu.AppImage
#this will make the appimage executable
./osu.AppImage --appimage-extract
#extracts the contents of the appimage
./squashfs-root/AppRun --no-sandbox
@SixBeeps i dont actually play it because performance issues, instead i use an online version of osu (works pretty well) you can find the github repo here: https://github.com/111116/webosu
Install Osu in repl.it
Okay, so i will tell you how to install osu! lazer in repl.it.
First, you want to make a repl in any language (i prefer bash) and go to the shell. next, run these commands:
And then you're done! afterwards, osu will run.
Oh dang, someone actually got it running. How's the performance?
you can also fork my repl called webosu