zoombini
All checks were successful
/ build (push) Successful in 41s

This commit is contained in:
Nycki 2025-10-28 13:30:57 -07:00
parent dab1ed15c1
commit 70bb349522

30
content/zoombini.md Normal file
View file

@ -0,0 +1,30 @@
---
layout: base.njk
title: zoombini
subtitle: whatever you are, MAKE ME A PIZZA!
permalink: /zoombini/
---
## setup
I am using the Learning Company re-release from 2001 (with the AOL ads in it), and using Wine 10.0 on Debian Trixie.
Create a folder for this project, mine is called zoombini. Extract files from the CD-ROM iso and place them in a folder called wincd. So you should have zoombini/wincd/Play.exe.
Run this command to start Wine Config:
```
WINEPREFIX="$PWD/wine32" winecfg
```
Add a drive D: which points at wincd. Use Advanced Settings to set the type of D: to CD-ROM.
Under graphics, enable Virtual Desktop, size 800x600.
You can now exit Wine Config.
Run this command to start the game:
```
WINEPREFIX="$PWD/wine32" wine D:/Play.exe
```