
For this guide, you'll need an x86 machine (Intel or AMD). I'm curious if there is a way to run it on ARM processors, but I can't test it.
First step, you need to enable "Linux development environment" on the advanced setting of chromeOS.

Allocate enough storage, I would say at least 20gb to be comfortable.
Then you need to open your Chrome browser and go to chrome://flags. Search for "GPU Support" and enable it.

When it's done, you'll need to install wine this is the program that will let you run Windows program under Linux.
Do not install it from Google repository. (if you do so, you'll have no sound).
Open the Linux terminal, make sure everything is updated :
Code: Select all
sudo apt update
sudo apt upgrade
and follow the step :
Code: Select all
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo mv winehq.key /usr/share/keyrings/winehq-archive.key
wget -nc https://dl.winehq.org/wine-builds/debian/dists/buster/winehq-buster.sources
sudo mv winehq-buster.sources /etc/apt/sources.list.d/
sudo apt update
sudo apt install --install-recommends winehq-stable
The next step is to download Turtle WoW and put it inside the section called "Linux Files" in the file explorer.
Assuming the folder name is "TurtleWow" go inside the directory from the terminal.
Code: Select all
cd TurtleWoW
Code: Select all
wine wow.exe
You should be fine :p
Next step will be to make a cool shortcut for a better user experience, I'll try to update this guide
