Comment on What's a video game that can run on any sort of device?(besides doom and pong)
Fandangalo@lemmy.world 2 weeks agoThe architecture of Doom was specifically designed for portability. If you’d like to learn more, check out this video. For those that don’t know, tl;dr, the game’s structure is compartmentalized with specific connections. The game logic runs separate of engine logic. If you write the specific engine hookups, the game logic should then run.