Fantasy video game console
A fantasy video game console is an emulator for a fictitious video game console. It aims to create the experience of retro gaming without the need to emulate a real console, allowing the developer to freely decide what specifications their fictional hardware will have.
One popular example of a fantasy console is the PICO-8, which was used as the platform for the original Celeste game. Though many fantasy consoles, such as the PICO-8, the TIC-80 and the Pixel Vision 8, use the Lua programming language, a variety of other languages, such as JavaScript and Python, are supported by other fantasy consoles. Even if two consoles use the same programming language, that doesn't mean they are compatible. There are often subtle differences in the syntax, and most notably in the API. There are some tools that aim to interconvert these console's cartridges automatically, but they are not perfect.
Another example is the Gigadrive, an imaginary revision of the Sega Genesis designed by M2, who also developed an emulator of this system. This console was given double VRAM, four more background layers, and sprites to achieve 3D effects in patched Genesis games. These emulated games were sold in Nintendo 3DS under the label Sega 3D Classics Collection.
As of November 2021, fantasy consoles PICO-8 and TIC-80 are among the top 20 most used game development platforms on itch.io.
Definition
Joseph White, creator of the PICO-8, coined the term "fantasy console", and describes it as follows:As developer Björn Ritzl puts it, fantasy consoles simulate the restricted hardware of an old system packaged into a user-friendly experience with integrated tools for asset creation and game logic programming.