An old project from 2002 - It's a tamagotchi, only this time the creature is bin laden.
The code is so bad, but the nostalgia was too much, I had to share this :)
Step-by-step... Because it's annoying to Google stuff.
mkdir ~/dosbox && cd "$_"
git clone https://github.com/eldare/laden_in_box.git
- Download Turbo C 2.01 to
~/dosbox/
- Extract TC Disks to a single directory:
mkdir tc201/full ; cp -R tc201/Disk*/ tc201/full/
- Install DOSBox
- Open DOSBox, and execute
mount c ~/dosbox
, thenc:
- Execute
TC201\FULL\INSTALL.EXE
- Run
TC\TC.EXE
- Change
Options -> Compiler -> Model
fromSmall
toLarge
File -> Load
the fileLADEN\LADEN.C
Compile -> Make EXE file
- ?
- Profit
-
Making in-game mouse to work on MacOS: Use
fn + Ctrl + F10
to switch mouse to DOSBox, and back. -
If the reaction is laggy, increase DOSBox memory.