Skip to content

Instantly share code, notes, and snippets.

View mavstuff's full-sized avatar

Artem Moroz mavstuff

View GitHub Profile
@jlollis
jlollis / Wolf
Created February 19, 2019 05:28
Play the Orginal Wolfenstein 3D on Linux
#!/bin/bash
sudo apt-get update
sudo apt-get install dosbox wget
mkdir -p wolf3d
cd wolf3d
wget http://image.dosgamesarchive.com/games/1wolf14.zip
unzip *.zip
dosbox INSTALL.EXE
echo "After setup cd into the new wolf3d directory"