why do some games only work on windows?

755 views

why do some games only work on windows?

In: Technology

7 Answers

Anonymous 0 Comments

For the purposes of this question, Windows is just a way of letting Software and Hardware talk to one another. The software knows how to talk to Windows, and it lets Windows tell the hardware what to do. If you know most of the people that want to play your game are on Windows, it’s easier to make your game like this.

Games that work on multiple platforms have an extra layer. They talk to a middleman, and the middleman knows how to talk to whatever system the software is trying to run on. If you want to make it work on a new system, you only need to retrain the middleman, not the whole game. Unity is a popular example of a middleman here. It’s often a bit slower, but that can be worth it if you’re trying to reach a bigger audience.

You are viewing 1 out of 7 answers, click here to view all answers.