Gaming

Le pinball de Windows sur Debian !

Pour les nostalgiques, voici les commandes à passer pour jouer au pinball de Windows !
Il ne faut pas passer les commande en root, mais avec un utilisateur avec environnement graphique

apt install libsdl2-dev libsdl2-mixer-dev 
git clone --depth 1 https://github.com/k4zmu2a/SpaceCadetPinball
cd SpaceCadetPinball
cmake . && cmake --build .
git clone --depth 1 https://github.com/FmasterofU/WinXP-Pinball
mv WinXP-Pinball/Pinball/* bin
rm -rf WinXP-Pinball
./bin/SpaceCadetPinball

Le jeu devrait se lancer après la dernière commande !
Bonne game :D