A Terminal Based Strategy Game
Now available in pure BASH!
Originally created by John E. Dell (1984) for Microsoft DOS.
Rewritten in absolute homage to John.
By A. J. S. (2019)
A shell or terminal
Bash 4+
sh drugwars.sh
bash drugwars.sh
/bin/bash drugwars.sh
/usr/bin/bash drugwars.sh
bash drugwars.sh
Mac comes with a much older version of the Bourne Again SHell. You can upgrade BASH to the latest version using homebrew:
brew install coreutils
brew install bash
And then run BASH
/usr/local/bin/bash drugwars.sh
Install the Windows Subsystem for Linux, and then follow the instructions for Linux.