Bumpy Booby is a fun game where you need to control a bouncing boob through various obstacles. In this guide, you will learn how to install Bumpy Booby on Arch Linux.
Before installing Bumpy Booby, you need to install some dependencies required by the game. Open the terminal and run the following command:
sudo pacman -S git gcc make cmake sdl2 SDL2_image
This command will install the necessary libraries to run Bumpy Booby.
To download the game, you need to clone the repository from https://bumpy-booby.derivoile.fr/. In the terminal, run the following command:
git clone https://git.derivoile.fr/bumpy-booby.git
This will create a directory named bumpy-booby
in your current working directory.
Now that you have downloaded the game, navigate to the game directory by running the following command:
cd bumpy-booby
Next, run the following commands to build and install the game:
mkdir build
cd build
cmake ..
make
sudo make install
This will compile the game and install it on your system.
Once the installation is complete, you can launch the game by running the following command:
bumpy-booby
Enjoy playing Bumpy Booby!
That's it! You have successfully installed Bumpy Booby on Arch Linux. Have fun bouncing your way through the game.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!