Changes

Jump to navigation Jump to search

Game engine recreations and source ports

8,017 bytes added, 25 March
Miscellaneous: LSD: Revamped
Sometimes a full system emulator is overkill. This is especially true when a developer only wants to get one game (or a number of games that use the same engine) working. In that case, reimplementing re-implementing that game alone would save more time than implementing the platform it runs on. These kinds of projects are common when abandonware has large communities; when the original developer has disbanded and can no longer support or update it, an effort is then made to get it running natively on newer versions of-- and/or entirely different-- operating systems and platforms.
* When the developer only has a binary to work with (and not the [[source code]]), they recreate the engine rather than port it, hence the term '''[[wikipedia:Game engine recreation|game engine recreations]]''' (or alternatively '''game engine re-implementations'''). How the developers go about this process depends on their philosophy; they may opt to decompile de-compile the original executable and have their own program rely on the original until all of its functions have been remade, at which point the original binary is no longer needed. Alternatively, they can be remade based on a clean room design, in which the project implements the abstract features without having to disassemble the original, going by how components are expected to be used rather than how the game uses them. Some engines come about simply because they were inspired by the original game, and the programmer felt confident enough that no reverse engineering was necessary to make an engine that does the same thing.
* In rare cases, games are released as open-source by the publishers themselves, allowing developers to perform a '''source port''' of the code. This skips the step of figuring out how the game works. The most common example that's often used is id Software's release of Doom in 1997. It led to [[wikipedia:List of Doom source ports|so many ports being released]] that the community began to joke about what devices haven't gotten it running yet.
Some projects are implemented in ways that the original developer did not intend; for example, for a platform other than which publishers marketed it for. And they're not just limited to game engines either; [https://webamp.org/ Webamp] is a JavaScript application that reimplements re-implements Winamp in the web browser. These projects are almost always open-source , which also allows new programmers to fix bugs that could have been difficult to track down during development (alternatively, the bugs may be emulated to allow old mods to continue to safely exploit them). When most of the effort is on programming, the project will usually require the original game's assets (such as files in the installation directory or ROMs) until those ever get remade. This lets the developers claim they aren't infringing the game's copyrights since the player must obtain the original to use it; if the game is still being sold, this could allow the publisher to even earn revenue from the project. This aspect is debatable however, as some source code recreations did result in cease-and-desist letters and even lawsuits from companies such as in the case of [[re3|re3 ]] and reVC for the 3D-era ''Grand Theft Auto'' games, with Take-Two Interactive alleging that the source ports were made to facilitate piracy and that "the work is not licensed in any way"; some have speculated that the suit among others was to keep fan-made mods from getting in the way of their much-maligned ''Definitive Edition'' remasters.
For the sake of brevity, most of these projects often refer to themselves under some variety of '''fan remakes'''. The [[#External links|External links]] section has lists for a number of known and available projects.
On Linux downloading and using game engines is easy with [https://github.com/luxtorpeda-dev/luxtorpeda Luxtorpeda] - a Steam Play compatibility tool (like [[Proton]]) that allows you to run games from Steam using various different game engines and reimplementationsre-implementations. Alternatively some package managers/app stores, such as [https://flathub.org/ flatpak] and [https://snapcraft.io/ snap] include source ports.
For macOS, [https://macsourceports.com Mac Source Ports] provides many of the games below but built for Apple Silicon (or as a Universal Binary where possible), with the apps signed and notarised. For the majority of the games, you will have to provide your own game data. The data for most of the games can be purchased on GOG or Steam (The game data from Windows versions usually work ok).
== Multi game engine ==
=== Action-adventure ===
{| class="wikitable sortable" style="text-align:center;"
! scope="col" |Name
! scope="col" |Operating SystemPlatform(s)
! scope="col" |Latest Version
! scope="col" |[[libretro]]
! scope="col" |[[Recommended Emulators|Recommended]]
! scope="col" |Supported game(s)
!Genre
|-
|[http://xproger.info/projects/OpenLara/ OpenLara]<ref group="N">OpenLara was inspired by OpenTomb</ref>
| align="left" |{{Icon|Windows|Linux|macOS|Android|iOS}}{{Icon|LinuxARM|3DS|Switch|GBA|Xbox}}
|[https://github.com/XProger/OpenLara/releases git]
|{{✓}}
|{{~}}
|Tomb Raider 1–4
| rowspan="3" |Action-adventure (3rd-person)
|-
|[https://opentomb.github.io/ OpenTomb]
|{{~}}
|Tomb Raider 1 & 2 + their expansions
|}
 
=== Adventure ===
{| class="wikitable sortable" style="text-align:center;"
! scope="col" |Name
! scope="col" |Platform(s)
! scope="col" |Latest Version
! scope="col" |[[libretro]]
! scope="col" |Active
! scope="col" |[[Recommended Emulators|Recommended]]
! scope="col" |Supported game(s)
|-
|[[ScummVM]]
|Multi-platform{{Icon|Win|W9x|Lin|PSP}}{{Icon|Vita|APK|DC|Switch}}{{Icon|Wii|Haiku|AmigaOS}}{{Icon|MorphOS|RiscOS|MiNT|NDS}}
|[https://www.scummvm.org/downloads {{ScummVMVer}}]
|{{✓}}
|{{✓}}
|Adventure games and RPGs (LucasArts, Sierra, Activision, Humongous & more. Over [[Wikipedia:ScummVM#Supported games|250 games]].)
|Adventure} === Bullet Hell ==={| class="wikitable sortable" style="text-align:center;"! scope="col" |Name! scope="col" |Platform(s)! scope="col" |Latest Version! scope="col" |[[libretro]]! scope="col" |Active! scope="col" |[[Recommended Emulators|Recommended]]! scope="col" |Supported game(s)
|-
|[https://rec98.nmlgc.net ReC98]|Multi-platform|[https://github.com/nmlgc/ReC98 git]|{{✗}}|{{✓}}|{{✗}} <small>(WIP)</small>|Touhou 1–5 (PC-98)|}=== FPS ==={| class="wikitable sortable" style="text-align:center;"! scope="col" |Name! scope="col" |Platform(s)! scope="col" |Latest Version! scope="col" |[[libretro]]! scope="col" |Active! scope="col" |[[Recommended Emulators|Recommended]]! scope="col" |Supported game(s)|-|[https://m210.duke4.net BuildGDX]| align="left" |{{Icon|Windows|Linux|macOS}}
|[https://m210.duke4.net Website]
|{{✗}}
|{{✓}}
|Blood, Duke Nukem 3D, Shadow Warrior, Powerslave/Exhumed, Redneck Rampage, Redneck Rampage Rides Again, Witchaven, Witchaven II, TekWar, Legend of the Seven Paladins
| rowspan="8" |FPS
|-
|[https://www.eduke32.com EDuke32] <br />VoidSW <ref group="N">VoidSW is included with EDuke32</ref>
|{{✗}} <small>(WIP)</small>
|Retro Games <br />(Metroid Prime 1–3 & Donkey Kong Country Returns)
|-
|Nuclide
| align="left" |{{Icon|Linux}}
|[http://www.vera-visions.com/nuclide/ Website]<br />[https://github.com/VeraVisions/nuclide git]
|{{✗}}
|{{✓}}
|{{✗}} <small>(WIP)</small>
|GoldSrc Games <br />(Half-Life, Counter-Strike 1.5, Team Fortress etc..)
|-
|openDarkEngine
|{{✗}}
|{{✗}}
|{{}}<ref group="N">XL Engine has ceased development, and has been superseded by [https://theforceengine.github.io/ The Force Engine] from the same developer</ref>
|Star Wars: Dark Forces, Daggerfall<br />''Later:'' Outlaws, Blood, Shadow Warrior
|-
|{{✓}}
|Doom I–II, Final Doom, Heretic, Hexen: Beyond Heretic, Chex Quest I–III, Strife: Quest for the Sigil, Hacx: Twitch 'n Kill
|} === Platform ==={| class="wikitable sortable" style="text-align:center;"! scope="col" |Name! scope="col" |Platform(s)! scope="col" |Latest Version! scope="col" |[[libretro]]! scope="col" |Active! scope="col" |[[Recommended Emulators|Recommended]]! scope="col" |Supported game(s)|-|[http://clonekeenplus.sourceforge.net Commander Genius]
| align="left" |{{Icon|Windows|Linux|macOS|Switch}}
|[http://clonekeenplus.sourceforge.net/download.php 3.0.0]
|{{✓}}
|Commander Keen in Invasion of the Vorticons, Commander Keen in Keen Dreams, Commander Keen in Goodbye Galaxy, Commander Keen in Aliens Ate My Babysitter
|} === Racing ==={| class="wikitable sortable" style="text-align:center;"! scope="col" |Name! scope="col" |Platform(s)! scope="col" |Latest Version! scope="col" |[[libretro]]! scope="col" |Active! scope="col" |[[Recommended Emulators|Recommended]]! scope="col" |Supported game(s)
|-
|OpenNFS
|{{✗}}
|{{✗}}
|{{~}}
|Need for Speed I–III, Need for Speed: High Stakes, Need for Speed: Porsche Unleashed, Need for Speed: Hot Pursuit 2
|Racing} === RPG ==={| class="wikitable sortable" style="text-align:center;"! scope="col" |Name! scope="col" |Platform(s)! scope="col" |Latest Version! scope="col" |[[libretro]]! scope="col" |Active! scope="col" |[[Recommended Emulators|Recommended]]! scope="col" |Supported game(s)|-|[[EasyRPG]]|Multi-platformalign=left|{{Icon|Win|Lin|Pandora|Vita}}{{Icon|APK|Switch|Wii|AmigaOS}}{{Icon|MorphOS|3DS}}
|[https://easyrpg.org/player/downloads {{EasyRPGVer}}]
|{{✓}}
|{{✓}}
|RPG Maker 2000/2003 games
| rowspan="6" |RPG
|-
|[https://falltergeist.org/ Falltergeist]
|{{✗}} <small>(WIP)</small>
|BioWare's Aurora engine & derivatives <br />(BioWare's 7 PC/console RPGs, Sonic Chronicles: The Dark Brotherhood, The Witcher)
|}
 
=== RTS ===
{| class="wikitable sortable" style="text-align:center;"
! scope="col" |Name
! scope="col" |Platform(s)
! scope="col" |Latest Version
! scope="col" |[[libretro]]
! scope="col" |Active
! scope="col" |[[Recommended Emulators|Recommended]]
! scope="col" |Supported game(s)
|-
|[https://openage.sft.mx openage]
|{{~}}
|Genie Engine <br />(Age of Empires, AoE II (HD), Star Wars: Galactic Battlegrounds)
| rowspan="5" |RTS
|-
|[http://www.openra.net OpenRA]
|{{✓}}
|Early Westwood games (Command & Conquer, C&C: Red Alert, Dune 2000). <br />Based on the official source code release by EA, with the goal of serving as a portable drop-in replacement for the original executables as well as a platform for mod developers.
|} === Visual Novel ==={| class="wikitable sortable" style="text-align:center;"! scope="col" |[https://rec98.nmlgc.net ReC98]Name! scope="col" |Platform(s)! scope="col" |Multi-platformLatest Version! scope="col" |[https://github.com/nmlgc/ReC98 git[libretro]]! scope="col" |{{✗}}Active! scope="col" |{{✓}}[[Recommended Emulators|{{✗}} <small>(WIP)</small>Recommended]]! scope="col" |Touhou 1–5 Supported game(PC-98s)|Bullet Hell
|-
|[https://github.com/CommitteeOfZero/impacto Impacto]
|{{✗}} <small>(WIP)</small>
|MAGES. Engine (Science Adventure games)
|Visual Novel} === Various ==={| class="wikitable sortable" style="text-align:center;"! scope="col" |Name! scope="col" |Platform(s)! scope="col" |Latest Version! scope="col" |[[libretro]]! scope="col" |Active! scope="col" |[[Recommended Emulators|Recommended]]! scope="col" |Supported game(s)
|-
|[[DREAMM]]
| align="left" |{{Icon|Windows|macOS|Linux}}
|{{DREAMMVer}}
|{{✗}}
|{{✓}}
|LucasArts: Maniac Mansion, Zak McKracken, Indiana Jones (Last Crusade & Fate of Atlantis & Infernal Machine & Desktop Adventures), Loom, Monkey Island (1 & 2 & Curse & Escape), Day of the Tentacle, Sam & Max, Full Throttle, The Dig, Grim Fandango, Rebel Assault (1 & 2), X-Wing, Tie-Fighter, Dark Forces, Dark Forces 2 Jedi Knight, Mysteries of the Sith, Shadows of the Empire, Yoda Stories, Mortimer and the Riddles of the Medallion, Outlaws
| rowspan-|[https://github.com/jorio Jorio's ports of Pangea Software games]|align="3left" |Various{{Icon|Windows|Linux|macOS}}|depending on game|{{✗}}|{{✓}}|{{✓}}|[https://github.com/jorio/BillyFrontier Billy Frontier], [https://github.com/jorio/Bugdom Bugdom], [https://github.com/jorio/Bugdom2 Bugdom 2], [https://github.com/jorio/CroMagRally Cro-Mag Rally], [https://github.com/jorio/MightyMike Mighty Mike (Power Pete)], [https://github.com/jorio/Nanosaur Nanosaur], [https://github.com/jorio/Nanosaur2 Nanosaur II: Hatchling], [https://github.com/jorio/OttoMatic Otto Matic]
|-
|[https://opengmk.com OpenGMK]
|{{✓}}
|{{✓}}
|GameMakergame engines
|-
|style="white-space: nowrap;"|[https://github.com/M-HT/SR M-HT SR/ SRW]
|align="left"|{{Icon|Windows|Linux|Pandora}}
|[https://github.com/M-HT/SR/releases depending on game]
== Single game engine ==
=== Action-adventure ===
{| class="wikitable sortable" style="text-align:center;"
! scope="col" |Name
! scope="col" |[[Recommended Emulators|Recommended]]
! scope="col" |Supported game(s)
!Genre
|-
|Open Ocarina
|{{✓}}
|The Legend of Zelda: Ocarina of Time (N64)
| rowspan="5" |Action-adventure
|-
|OpenJK
|-
|Zelda3
| align="left" |{{Icon|Windows|Linux|macOS|AndroidLinuxARM|Switch}}|[https://github.com/snesrev/zelda3 git] <br />[https://github.com/Waterdish/zelda3-android Android]
|{{✗}}
|{{✓}}
|The Legend of Zelda: A Link to the Past
|-
|OpenRakisZelda3-android| align="left" |{{Icon|Windows|Linux|macOS|FreeBSDAndroid}}|[https://github.com/OpenRakisWaterdish/OpenRakis zelda3-android git]
|{{✗}}
|{{✓}}
|{{}} <small>(WIP)</small>|Dune (Cryo)| rowspan="2" |AdventureThe Legend of Zelda: A Link to the Past
|-
|The Ur-Quan MastersZelda3| align="left" |{{Icon|Windows|Linux|macOS|FreeBSDXB1}}|[httphttps://sc2github.sourceforge.netcom/tunip3/zelda3/downloadsreleases 1.php 0.81.00_Test]|{{✗}}
|{{✗}}
|{{✓}}
|{{✓}}|Star Control IIThe Legend of Zelda: A Link to the Past
|-
|Ikemen GOZelda3-vita| align="left" |{{Icon|Windows|Linux|macOSVita}}|[https://mugenguildvitadb.comrinnegatamante.it/forum#/topicsinfo/ikemen-go-184152993 1.0.html git1]|{{✗}}
|{{✗}}
|{{✓}}
|{{✓}}|Remake The Legend of Zelda: A Link to the Ikemen engine that supports [[Mugen]] resources.|FightingPast
|-
|xGreedlinks awakening dx hd
| align="left" |{{Icon|Windows}}
|[https://www.doomworldgithub.com/forum/topicihm-tswow/115331-xgreedLinks-sourceAwakening-portDX-of-the-game-in-pursuit-of-greed/ doomworldHD git]
|{{✗}}
|{{~}}[https://www.youtube.com/watch?v=pmYgEqsds_M *]
|{{✓}}
|The Legend of Zelda: Link's Awakening|}  === FPS ==={| class="wikitable sortable" style="text-align:center;"! scope="col" |Name! scope="col" |Platform(s)! scope="col" |Latest Version! scope="col" |[[libretro]]! scope="col" |Active! scope="col" |[[Recommended Emulators|Recommended]]! scope="col" |Supported game(s)|-|xGreed| align="left" |{{Icon|Windows}}|[https://www.doomworld.com/forum/topic/115331-xgreed-source-port-of-the-game-in-pursuit-of-greed/ doomworld]|{{✗}}|{{✓}}|{{✓}}|In Persuit of Greed| rowspan="47" |FPS|-|Aleph One
| align="left" |{{Icon|Windows|Linux|macOS}}
|[https://alephone.lhowon.org/download.html 1.6.2]
|-
|[https://dhewm3.org dhewm3]
| align="left" |{{Icon|Windows|Linux|macOS|FreeBSD|AmigaAmigaOS|Switch}}|[https://github.com/dhewm/dhewm3/releases git]<br/>[http://hunoppc.amiga-projects.net/content/dhewm3-amigaos4 dhewm3-amigaos4]
|{{✓}}
|{{✓}}
|-
|[https://ioquake3.org ioquake3]
| align="left" |{{Icon|Windows|Linux|macOS|AmigaAmigaOS}}
|[https://ioquake3.org/get-it 1.36]
|{{✗}}
|{{✓}}
|Return to Castle Wolfenstein
|-
|realrtcw
| align="left" |{{Icon|Windows|Linux|macOS}}
|[https://www.moddb.com/mods/realrtcw-realism-mod ModDB page]
|{{✗}}
|{{~}}
|{{✓}}
|Return to Castle Wolfenstein (based on iortcw)
|-
|Linux Hexen<ref group="N" name="hexen" />
|OpenMoHAA
| align="left" |{{Icon|Windows|Linux}}
|[https://sourceforge.net/projects/openmohaa/SourceForge]
|{{✗}}
|{{✗}}
|{{✓}}
|{{✓}}
|S.T.A.L.K.E.R.: Clear Sky, S.T.A.L.K.E.R.: Call of PripyatSeries
|-
|[http://pcex.retrohost.net PCExhumed]
| align="left" |{{Icon|Windows|Linux}}
|[https://lerppu.net/wannabethesis/pcexhumed/20230620-13623]
|{{✗}}
|{{✓}}
|Quake 1
|-
|[https://wiibrew.org/wiki/QRevPAK Quake Rev PAK]<ref group="N">Quake Rev PAK (or QRevPack for short) is a collection of game engines of the ''Quake'' series that merges [https://wiibrew.org/wiki/Q1Rev Q1Rev] (''Quake 1''), [https://wiibrew.org/wiki/Q2Rev Q2Rev] (''Quake 2''), [https://wiibrew.org/wiki/Q2CTFRev Q2CTFRev] (ThreeWave Capture the Flag mod for ''Quake II''), and [https://wiibrew.org/wiki/QWRev QWRev] (''QuakeWorld'') in one. All by the same developer Izhido.</ref>
| align="left" |{{Icon|Wii}}
|[https://wii.brewology.com/downloads/download.php?id=13692&mcid=3 release 4]
|{{✗}}
|{{✓}}
|{{?}}|''Current:'' Star Wars: Dark Forces, <br />''Future:'' Outlaws
|-
|[https://disenchant.net/tyrquake Tyrquake]
|Quake 2
|-
|DXU24| align="left" |{{Icon|Windows}}|[https://youtube.com/@dxu2424?si=_gp1afLOSZMYP-iZ Modders channel]|{{✗}}|{{Y}}|Work in Progress|Deus Ex|-|Portal64: Still Alive| align="left" |{{Icon|N64}}|[https://github.com/mwpenny/portal64-still-alive/tags v0.14.0]|{{✗}}|{{Y}}|{{✓}}<abbr title="Original project taken down due to Nintendo's tools used for building the game for Nintendo 64, this one aiming to remove the requirement on proprietary code, so Nintendo will ... :)">*</abbr>|Portal|} === Horror ==={| class="wikitable sortable" style="text-align:center;"! scope="col" |Name! scope="col" |Platform(s)! scope="col" |Latest Version! scope="col" |[[libretro]]! scope="col" |Active! scope="col" |[[Recommended Emulators|Recommended]]! scope="col" |Supported game(s)|-|FNaF 1 3DS -old/obsolete-<br />[https://www.gamebrew.org/wiki/Five_Nights_at_Freddys_1_3DS FNaF 1 3DS -remastered-]<ref group="N" name="FNaF3DS">Five Nights at Freddy's 1 3DS -remastered- is an updated version of [https://gamejolt.com/games/fnaf13ds/507412 Five Nights at Freddy 1's 3DS] by the same developer FreDev, also known as BumboDEV and BaseDEV. The developer also attempted Nintendo 3DS ports of ''Five Nights at Freddy's 2'', ''3'', and ''4'' but development stopped after the developer lost the source code for ''Five Nights at Freddy's 2'' and would have to reverse engineer it again.<sup>[[https://gamejolt.com/p/i-have-decided-to-release-the-latest-version-i-have-available-for-f-ctwvb9xilost the source code]</sup> for ''Five Nights at Freddy's 2'' and would have to reverse engineer it again. Those ports were only in a state of demonstration and were not fully playable, having incomplete A.I., gameplay, and missing screens. Download links to the latest version of these 3DS ports and the PS Vita port can be found on the [https://discord.gg/w7WcSGt old Discord server].</ref>| align="left" |{{Icon|3DS}}|[https://gamejolt.com/games/fnaf13ds/507412 0.2.3]<br />[https://gamejolt.com/games/fnaf13dsremastered/576273 0.3.1-pre1]
|{{✗}}
|{{✗}}
|{{✓}}
|Five Nights at Freddy's
| rowspan="5" |Horror
|-
|FNaF 1 PSP<ref group="N" name="FNaF3DS" />
| align="left" |{{Icon|PSP}}
|[[iarchivehttps://archive.org/details/fna-f-1-psp.-7z|1.3.1 Fix 1]]
|{{✗}}
|{{✗}}
|{{~}}
|Five Nights at Freddy's 4
|}
 
=== Platform ===
{| class="wikitable sortable" style="text-align:center;"
! scope="col" |Name
! scope="col" |Platform(s)
! scope="col" |Latest Version
! scope="col" |[[libretro]]
! scope="col" |Active
! scope="col" |[[Recommended Emulators|Recommended]]
! scope="col" |Supported game(s)
|-
|SpaceCadetPinball|Multi-Platform|[https://github.com/k4zmu2a/SpaceCadetPinball/ git]|{{✗}}|{{✓}}|{{✓}}|3D Pinball for Windows – Space Cadet|Pinball|-|[https://wiibrew.org/wiki/Abe%27s_Amazing_Adventure_Wii Abe's Amazing Adventure Wii]
| align="left" |{{Icon|Wii}}
|[http://code.google.com/p/abe-wii/downloads/list r3]
|{{?}}
|Abe's Amazing Adventure
| rowspan="25" |Platform
|-
|[https://wiibrew.org/wiki/Abuse_Wii Abuse Wii]
|Cave Story Engine 2
| align="left" |{{Icon|Windows|Linux|macOS|3DS|WiiU}}{{Icon|Wii|NDS}}
|[https://github.com/gameblabla/CSE2 git]<br />[[iarchivehttps://archive.org/details/CaveStoryE2|archive]]<br />[[iarchivehttps://archive.org/details/cse2wii|Wii]], [https://gbatemp.net/threads/cave-story-ds-port-based-on-cse2-decompilation.582377/ NDS]|{{✗}}<supref group="N">Cave Story Engine 2's[https://github.com/gameblabla/CSE2/blob/rs97/LICENCE.txtlicence]</supref>
|{{✗}}<ref group="N">Cave Story Engine 2, or CSE2 for short, received a [https://www.gamesindustry.biz/articles/2020-11-26-nicalis-issues-dmca-against-free-cave-story-games DMCA cease and desist notice] from Nicalis, the current IP owner of ''Cave Story'', despite the original ''Cave Story'' being a freeware developed by Daisuke "Pixel" Amaya.</ref>
|{{✓}}
|Cave Story
|-
|OpenCrashWOC
| align="left" |{{Icon|Windows|Linux}}
|[https://github.com/Open-Travelers/OpenCrashWOC git]
|{{✗}}
|{{✓}}
|{{?}}
|Crash Bandicoot: Wrath Of Cortex
|-
|C1
|{{~}}
|Crash Bandicoot
|-
|C2C
| align="left" |{{Icon|Windows}}
|[https://github.com/ughman/c2c git]
|{{✗}}
|{{✗}}
|{{~}}
|Crash Bandicoot 2: Cortex Strikes Back
|-
|Jazz² Resurrection
|[http://nxengine.sourceforge.net 1.0.0.6] <br />[https://github.com/nxengine/nxengine-evo/releases git]
|{{✓}}
|{{}}
|{{✓}}
|Cave Story
|-
|smw
| align="left" |{{Icon|Windows|Linux|macOS|LinuxARM|Switch}}
|[https://github.com/snesrev/smw git] <br />[https://dlhb.gamebrew.org/switchhomebrews/supermarioworldswitch.7z Switch]
|{{✗}}
|Super Mario 64 (N64)
|-
|[http://www.bigorno.net/xrick xrick]TheXTech| align="left" |{{Icon|Windows|Linux|GameCubemacOS|BeOSAndroid|AmigaHaiku|GP32Vita}}|[httphttps://wwwgithub.bigorno.netcom/Wohlstand/xrickTheXTech/download.html #021212releases git]|{{✓}}
|{{✗}}
|{{✓}}
|Rick Dangerous
|-
|Jewels
| align="left" |{{Icon|Wii}}
|[https://wiibrew.org/w/images/c/c7/Jewels-20101015.zip 1.01]
|{{✗}}
|{{✗}}
|{{?}}
|[https://www.linuxmotors.com/linux/gljewel/ gljewel]
| rowspan="2" |Puzzle
|-
|Lemmini
| align="left" |{{Icon|Windows|macOS}}
|[https://github.com/mjfwalsh/lemmini/releases git]
|{{✗}}
|{{✗}}
|{{✓}}
|LemmingsSuper Mario Bros. X<ref group="N">The Super Mario Bros. X fan game project was written in VB6 originally and being a closed source for a long time. It was founded in 2009 and supported up to 2011, later abandoned by its author. For a long time, various people hacked it and attempted to reverse-engine and make clones. After 11 years, the source code was finally open. Later, by an independent developer, it was ported from VB6 into C++ with the SDL2 library and released as "TheXTech". The TheXTech, unlike the original game engine, is cross-platform and lightweight. It's able to work on a variety of operating systems and processor architectures.</ref>
|-
|CannonBall[http://www.bigorno.net/xrick xrick]| align="left" |{{Icon|Windows|Linux|macOSGameCube|PandoraBeOS|LinuxARMAmigaOS|GP32}}|[httpshttp://githubwww.combigorno.net/djytxrick/cannonball/wiki gitdownload.html #021212]
|{{✓}}
|{{✗}}
|{{✓}}
|OutRunRick Dangerous|} === Racing ==={| class="wikitable sortable" style="text-align:center;"! scope="col" |Name! scope="col" |Platform(s)! scope="col" |Latest Version! scope="col" |[[libretro]]! scope="col" |Active! scope="col" |[[Recommended Emulators|Recommended]]! scope="col" |Supported game(s)|-|CannonBall| rowspanalign="11left" |Racing{{Icon|Windows|Linux|macOS|Pandora|LinuxARM}}|[https://github.com/djyt/cannonball/wiki git]|{{✓}}|{{✗}}|{{✓}}|OutRun
|-
|[https://wiibrew.org/wiki/OutRun_(Cannonball_engine) CannonBall] (Wii)
|{{✓}}
|Need for Speed II: SE
|-
|CTRPC<ref group="N">Executable title in video is "CTRPC" the video titles however are titled "Crash Team Racing - PC Port"</ref>
| align="left" |{{Icon|Windows}}
|{{na}} <small>(WIP)</small>
|{{✗}}
|{{✓}}
|{{~}}<ref group="N">According to the description of the [https://youtu.be/JG_EzHqQFJk Progress Update #2] video it will be many months (or years) away from a finished PC port</ref>
|Crash Team Racing
|-
|OpenC1
|{{✓}}
|Stunt Car Racer (Amiga / AtariST)
|} === Real-time ==={| class="wikitable sortable" style="text-align:center;"! scope="col" |Name! scope="col" |Platform(s)! scope="col" |Latest Version! scope="col" |[http://arx[libretro]]! scope="col" |Active! scope="col" |[[Recommended Emulators|Recommended]]! scope="col" |Supported game(s)!Genre|-libertatis.org Arx Libertatis]|Dune Dynasty| align="left" |{{Icon|Windows|Linux|macOS|FreeBSD}}|[httpshttp://githubdunedynasty.com/arx/ArxLibertatis/releases gitsourceforge.net 1.5]|{{✗}}
|{{✗}}
|{{✓}}
|{{✓}}|Arx FatalisDune II: The Building of a Dynasty| rowspan="157" |RPGReal-time strategy
|-
|[httpsDune II://papermar.io/ Paper Mario]The Maker| align="left" |{{Icon|Windows|Linux|macOS}}|[https://githubdune2themaker.fundynamic.com/pmret/papermario git0.7.0]
|{{✗}}
|{{✓}}
|{{✓}}
|Paper MarioDune II: The Building of a Dynasty
|-
|Dune Legacy| align="left" |{{Icon|Windows|Linux|macOS|FreeBSD}}|[http://dunelegacy.sourceforge.net/website/index.html 27.12.2022]|{{✗}}|{{✗}}|{{✗}}|Dune II: The Building of a Dynasty|-|[https://www.dfworkshopkeeperfx.net Daggerfall UnityKeeperFX]| align="left" |{{Icon|Windows|Linux|macOS}}|[https://githubkeeperfx.comnet/Interkarma/daggerfall-unity/releases gitdownloads 1.0.0]
|{{✗}}
|{{✓}}
|{{?}}|The Elder Scrolls II: DaggerfallDungeon Keeper
|-
|DevilutionXOpenDUNE| align="left" |{{Icon|Windows|Linux|macOS|FreeBSD|Haiku|Switch}}|[https://github.com/diasurgicalOpenDUNE/devilutionXOpenDUNE/releases git]
|{{✗}}
|{{✓}}
|{{✓}}
|DiabloDune II: The Building of a Dynasty
|-
|[httpshttp://githubwww.ta3d.comorg/alexbatalov/fallout1home-ce Fallout CEen.php TA3D]| align="left" |{{Icon|Windows|Linux|Android|iOS|macOS}}|[https://github.com/alexbatalovzuzuf/fallout1-ce TA3D git]
|{{✗}}
|{{}}|{{}} |Fallout 1Total Annihilation
|-
|[https://github.com/alexbatalovschombert/fallout2Project-ce Fallout 2 CEAlice Project Alice]| align="left" |{{Icon|Windows|Linux|Android|iOS|macOS}}|[https://github.com/alexbatalovschombert/fallout2Project-ce gitAlice/releases/download/v1.0.9/1.0.9.7z 1.0.9]
|{{✗}}
|{{✓}}
|{{✓}} |Fallout Victoria 2
|-
|OpenGothic[http://freesynd.sourceforge.net FreeSynd]
| align="left" |{{Icon|Windows|Linux|macOS}}
|[https[sourceforge:projects//githubfreesynd|0.7.com/Try/OpenGothic git5]]
|{{✗}}
|{{✓}}
|{{✓}}
|Gothic II
|-
|[https://makipl.github.io/OpenVIII-monogame OpenVIII]
| align="left" |{{Icon|Windows|Linux}}<!-- planned: {{Icon|Android|iOS}} -->
|[https://github.com/MaKiPL/OpenVIII git]
|{{✗}}
|{{✓}}
|{{✗}}
|Final Fantasy VIIISyndicate (1993)| rowspan="2" |Real-time tactics
|-
|[httpshttp://opendiablo2swars.com OpenDiablo2vexillium.org Syndicate Wars Port]
| align="left" |{{Icon|Windows|Linux|macOS}}
|[httpshttp://githubswars.comvexillium.org/AbyssEngine/OpenDiablo2 git#download 0.3]|{{✗}}
|{{✗}}
|{{✓}}
|Syndicate Wars|} === RPG ==={{✗}}| class="wikitable sortable" style="text-align:center;"! scope="col" |Name! scope="col" |Platform(s)! scope="col" |Latest Version! scope="col" |[[libretro]]! scope="col" |Active! scope="col" |[[Recommended Emulators|Recommended]]! scope="col" |Diablo IISupported game(s)
|-
|[httpshttp://openmwarx-libertatis.org OpenMWArx Libertatis]| align="left" |{{Icon|Windows|Linux|macOS|FreeBSD}}|[https://openmwgithub.orgcom/arx/ArxLibertatis/downloads 0.47.0releases git]
|{{✗}}
|{{✓}}
|{{✓}}
|The Elder Scrolls III: MorrowindArx Fatalis
|-
|OpenTESArena[https://papermar.io/ Paper Mario]
| align="left" |{{Icon|Windows|Linux|macOS}}
|[https://github.com/afritz1pmret/OpenTESArena/releases papermario git]
|{{✗}}
|{{✓}}
|{{}} <small>(WIP)</small>|The Elder Scrolls I: ArenaPaper Mario
|-
|REGoth[https://www.dfworkshop.net Daggerfall Unity]| align="left" |{{Icon|Windows|Linux|macOS}}|[https://github.com/REGothInterkarma/daggerfall-projectunity/REGoth-bs releases git]
|{{✗}}
|{{✓}}
|{{✓}}
|Gothic, Gothic The Elder Scrolls II: Daggerfall
|-
|reoneDevilutionX| align="left" |{{Icon|Windows|Linux|macOS|FreeBSD|Haiku|Switch}}|[https://github.com/seedharthadiasurgical/reonedevilutionX/ releases git]
|{{✗}}
|{{✓}}
|{{}} <small>(WIP)</small>|Star Wars: Knights of the Old Republic 1-2Diablo
|-
|Riiablo[https://github.com/alexbatalov/fallout1-ce Fallout CE]| align="left" |{{Icon|Windows|Linux|Android|iOS|macOS|Android}}|[https://github.com/collinsmith/riiabloalexbatalov/releases fallout1-ce git]
|{{✗}}
|{{✓}}
|{{?}}|Diablo IIFallout 1
|-
|Undertale Mobile Mod for iOS and Android[https://github.com/alexbatalov/fallout2-ce Fallout 2 CE]| align="left" |{{Icon|Windows|Linux|Android|iOS|macOS}}|[https://www.moddbgithub.com/modsalexbatalov/undertale-mobilefallout2-modce git]|{{✗}}
|{{✗}}
|{{✓}}
|Undertale{{✓}} |Fallout 2
|-
|Dune DynastyOpenGothic| align="left" |{{Icon|Windows|Linux|macOS}}|[httphttps://dunedynastygithub.sourceforge.netcom/Try/OpenGothic git]|{{✗}}
|{{✗}}
|{{✓}}
|Dune II: The Building of a Dynasty{{✓}}| rowspan="6" |RTSGothic II
|-
|Dune II[https: The Maker//makipl.github.io/OpenVIII-monogame OpenVIII]| align="left" |{{Icon|Windows|Linux}}<!-- planned: {{Icon|Android|iOS}} -->|[https://dune2themaker.fundynamicgithub.com/MaKiPL/OpenVIII git]
|{{✗}}
|{{✓}}
|{{}}|Dune II: The Building of a DynastyFinal Fantasy VIII
|-
|Dune Legacy[https://opendiablo2.com OpenDiablo2]| align="left" |{{Icon|Windows|Linux|macOS|FreeBSD}}|[httphttps://dunelegacy.sourceforgegithub.netcom/websiteAbyssEngine/index.htmlOpenDiablo2 git]
|{{✗}}
|{{✓}}
|{{✗}}
|{{✗}}|Dune Diablo II: The Building of a Dynasty
|-
|[https://keeperfxopenmw.net KeeperFXorg OpenMW]| align="left" |{{Icon|Windows|Linux|macOS|FreeBSD}}|[https://keeperfxopenmw.netorg/downloads 10.047.0]
|{{✗}}
|{{✓}}
|{{?}}|Dungeon KeeperThe Elder Scrolls III: Morrowind
|-
|OpenDUNEOpenTESArena| align="left" |{{Icon|Windows|Linux|macOS|FreeBSD}}|[https://github.com/OpenDUNEafritz1/OpenDUNEOpenTESArena/releases git]
|{{✗}}
|{{✓}}
|{{✗}} <small>(WIP)</small>
|The Elder Scrolls I: Arena
|-
|REGoth
| align="left" |{{Icon|Windows|Linux}}
|[https://github.com/REGoth-project/REGoth-bs git]
|{{✗}}
|{{✓}}
|Dune {{✓}}|Gothic, Gothic II: The Building of a Dynasty
|-
|[http://www.ta3d.org/home-en.php TA3D]reone| align="left" |{{Icon|Windows|Linux|macOS}}|[https://github.com/zuzufseedhartha/reone/TA3D git]
|{{✗}}
|{{}}|{{✗}}|Total Annihilation|-|[http:<small>(WIP)<//freesynd.sourceforge.net FreeSynd]small>| align="left" |{{Icon|Windows|Linux|macOS}}|[[sourceforgeStar Wars:projects/freesynd|0.7.5]]|{{✗}}|{{✗}}|{{✗}}|Syndicate (1993)| rowspan="Knights of the Old Republic 1-2" |RTT
|-
|[http://swars.vexillium.org Syndicate Wars Port]Riiablo| align="left" |{{Icon|Windows|Linux|macOS|Android}}|[httphttps://swarsgithub.vexillium.orgcom/collinsmith/riiablo/#download 0.3releases git]|{{✗}}
|{{✗}}
|{{✓}}
|Syndicate Wars{{?}}|Diablo II
|-
|Minecraft PSPUndertale Mobile Mod for iOS and Android| align="left" |{{Icon|PSPAndroid|iOS}}|[[iarchivehttps:minecraft//www.moddb.com/mods/undertale-pspmobile-2.4.2.7zmod ModDB page]|3.3.0]]{{✗}}
|{{✗}}
|{{✓}}
|Undertale|} === Sandbox ==={| class="wikitable sortable" style="text-align:center;"! scope="col" |Name! scope="col" |Platform(s)! scope="col" |Latest Version! scope="col" |[[libretro]]! scope="col" |Active! scope="col" |[[Recommended Emulators|Recommended]]! scope="col" |Supported game(s)|-|Minecraft PSP| align="left" |{{Icon|PSP}}|[https://archive.org/details/minecraft-psp-2.4.2.7z 3.3.0]|{{✗}}|{{✓}}|{{✓}}
|Minecraft
| rowspan="12" |Sandbox
|-
|[https://openrw.org OpenRW]
|PSP Minecraft
| align="left" |{{Icon|PSP}}
|[[iarchivehttps://archive.org/details/psp-minecraft.-7z|3.0.0]]
|{{✗}}
|{{✗}}
|Minecraft
|-
|[[re3]]<br> [[re3|reVC]]<ref group="N" name="re3">re3 and reVC have been taken down by Take-Two again. This also includes GaryOderNichts's Wii U ports, Graber's Switch ports, and the PS Vita ports of re3 and reVC.</ref>| align="left" Multi-platform|Depends on port|{{Icon|Windows|Linux|macOS}}|[https://web.archive.org/web/20210923101046/https://github.com/GTAmodding/re3] <br />[https://web.archive.org/web/20210906122256/https://github.com/GTAmodding/re3/tree/miami/ reVC]
|{{✗}}
|{{✓}}
|{{✓}}
|Grand Theft Auto III, Grand Theft Auto: Vice City
|-
|[https://www.gamebrew.org/wiki/RE3_3DS RE3 3DS][https://gbatemp.net/threads/wip-re3-3ds-port.586374]San Andreas Unity| align="left" |{{Icon|3DSWindows|Linux|macOS|Android}}|[https://dlhbgithub.gamebrew.orgcom/GTA-ASM/3dshomebrewsSanAndreasUnity/re33ds.7z wipreleases git]
|{{✗}}
|{{✓}}
|{{~}}
|{{~}}<ref group="N">RE3 3DS is only playable on New Nintendo 3DS/2DS but even then, there will be occasionally graphical issues and frame drops.</ref>|Grand Theft Auto III|-|[https://gbatemp.net/threads/re3-nx-reverse-engineered-gta-3-for-nintendo-switch.574308/ re3-nx]<ref group="N" name="re3" /><br />[https://gbatemp.net/threads/revc-reverse-engineered-gta-vice-city-switch-port.591266/ reVC-nx]<ref group="N" name="re3" />| align="left" |{{Icon|Switch}}|?|{{✗}}|{{✗}}|{{?}}|Grand Theft Auto III, Grand Theft Auto: Vice City|-|re3-vita<ref group="N" name="re3" /><br />[https://www.psx-place.com/threads/release-revc-vita-grand-theft-auto-vice-city-port-for-psvita-pstv.32927/ reVC-vita]<ref group="N" name="re3" />| align="left" |{{Icon|Vita}}|1.4<br />[https://store.brewology.com/vita/ahomebrew.php?brewid=906 1.1]|{{✗}}|{{✗}}|{{?}}|Grand Theft Auto III, Grand Theft Auto: Vice City|-|[https://gbatemp.net/threads/re3-wiiu-gta-iii-wii-u-port.579827/ re3-wiiu]<ref group="N" name="re3" /><br />[https://gbatemp.net/threads/revc-wiiu-gta-vice-city-wii-u-port.592998/ reVC-wiiu]<ref group="N" name="re3" />| align="left" |{{Icon|WiiU}}|2021-02-01<br />?|{{✗}}|{{✗}}|{{?}}|Grand Theft Auto III, Grand Theft Auto: Vice City|-|San Andreas Unity| align="left" |{{Icon|Windows|Linux|macOS|Android}}|[https://github.com/GTA-ASM/SanAndreasUnity/releases git]|{{✗}}|{{✓}}|{{~}}|Grand Theft Auto: San Andreas
|-
|[https://wiibrew.org/wiki/Wiicraft_2020 Wiicraft] (2020)
|{{?}}
|3D Voxel Engine (Minecraft)
|} === Sim ==={| class="wikitable sortable" style="text-align:center;"! scope="col" |Name! scope="col" |Platform(s)! scope="col" |Latest Version! scope="col" |[[libretro]]! scope="col" |Active! scope="col" |[[Recommended Emulators|Recommended]]! scope="col" |Supported game(s)!Genre|-|OpenTyrian[https://bitbucket.org/dalerank/caesaria/wiki/Home CaesarIA]| align="left" |{{Icon|Windows|Linux|macOS|Android|Haiku}}|[https[sourceforge:projects/opencaesar3/githubfiles|0.com/opentyrian/opentyrian/releases git5]](2016)
|{{✗}}
|{{✓}}
|{{✓}}
|Tyrian
| rowspan="2" |Shoot 'em up
|-
|OpenTyrianWii
| align="left" |{{Icon|Wii}}
|[https://code.google.com/archive/p/opentyrian-wii/downloads 1.7]
|{{✗}}
|{{✗}}
|Caesar III| rowspan="2" |City-building|-|[https://github.com/bvschaik/julius Julius]<br />[https://github.com/Keriew/augustus Augustus] <small>(Gameplay changes)</small>| align="left" |{{Icon|Windows|Linux|macOS|Vita|Switch}}|[https://github.com/bvschaik/julius/releases 1.7]<br />[https://github.com/Keriew/augustus/releases 3.0.1]|{{✗}}|{{✓}}|{{?}}|TyrianCaesar III
|-
|PyTouhou[http://corsixth.com CorsixTH]| align="left" |{{Icon|Windows|Linux|macOS|Haiku|PandoraBSD}}|[https://pytouhougithub.linkmauve.frcom/CorsixTH/CorsixTH/ Websitereleases git]
|{{✗}}
|{{✓}}
|{{}} <small>(WIP)</small>|Touhou 6Theme Hospital|rowspan="35" |Bullet HellConstruction/Management
|-
|Th06[https://www.reddit.com/r/locomotion OpenLoco]
| align="left" |{{Icon|Windows|Linux|macOS}}
|[https://github.com/happyhavocOpenRCT2/th06 OpenLoco/releases git]
|{{✗}}
|{{✓}}
|{{}} <small>(WIP)</small>|Touhou 6Chris Sawyer's Locomotion
|-
|[https://mopenrct2.newsmth.net/article/TouHou/single/11992 uth05winorg OpenRCT2]| align="left" |{{Icon|Windows|Linux|macOS|FreeBSD|OpenBSD|Android}}|[https://github.com/Wintiger0222OpenRCT2/OpenRCT2/uth05win releases git]
|{{✗}}
|{{✓}}
|{{✓}}
|RollerCoaster Tycoon 2 (with RCT1 and expansions from both games being importable) or RollerCoaster Tycoon Classic (as of v0.4.2)
|-
|[https://www.openttd.org OpenTTD]
| align="left" |{{Icon|Windows|Linux|macOS}}
|[https://github.com/OpenTTD/OpenTTD/releases git]
|{{✗}}
|{{}}|Touhou 5{{✓}}|Transport Tycoon Deluxe
|-
|[https://bitbucketwiibrew.org/dalerank/caesaria/wiki/Home CaesarIAOpenTTD OpenTTD](Wii)| align="left" |{{Icon|Windows|Linux|macOS|Android|HaikuWii}}|[[sourceforgehttps:projects/opencaesar3/files|0.5extremscorner.org/wii/apps/openttd/latest 1.3.2]] (2016)
|{{✗}}
|{{✗}}
|{{?}}|Caesar III| rowspan="2" |Sim - City-buildingTransport Tycoon Deluxe
|-
|[https://github.com/bvschaik/julius Julius]<br />[https://github.com/Keriew/augustus Augustus] <small>(Gameplay changes)</small>terminal-recall| align="left" |{{Icon|Windows|Linux|macOS|Vita|Switch}}|[https://github.com/bvschaik/juliusjtrfp/releases 1.7terminal-recall git]<br />[https[sourceforge:projects/terminal-recall/github.comfiles/Keriewnightly-builds/augustus/releases 3.0.1|Nightly Builds]]
|{{✗}}
|{{✓}}
|{{✓}}
|Caesar IIITerminal Velocity, Fury3|Flight Combat
|-
|[httphttps://corsixthlaingame.com CorsixTHnet/ LainTSX]| align="left" |{{Icon|Windows|Linux|macOS|BSDWeb}}|[https://github.com/CorsixTH/CorsixTHad044/releases lainTSX git]
|{{✗}}
|{{✓}}
|{{✓}}
|Theme HospitalLain PSX| rowspan="52" |Sim - Construction/ManagementInteractive fiction
|-
|[https://wwwlaingame.reddit.com/rnet/locomotion OpenLocoLain Bootleg Remake]
| align="left" |{{Icon|Windows|Linux|macOS}}
|[https://github.com/OpenRCT2ad044/OpenLoco/releases lain-bootleg-bootleg git]
|{{✗}}
|{{✓}}
|{{✓}}
|Chris Sawyer'Lain Bootleg|} === TBS ==={| class="wikitable sortable" style="text-align:center;"! scope="col" |Name! scope="col" |Platform(s)! scope="col" |Latest Version! scope="col" |[[libretro]]! scope="col" |Active! scope="col" |[[Recommended Emulators|Recommended]]! scope="col" |Supported game(s Locomotion)|-|[https://openrct2ctp2.darkdust.org OpenRCT2net civctp2]| align="left" |{{Icon|Windows|Linux|macOSPandora|FreeBSD|OpenBSD|AndroidPyra}}|[https://github.com/OpenRCT2civctp2/OpenRCT2civctp2/releases git]<br />([https://github.com/ptitSeb/ctp2 ctp2] for Linux/Pandora/Pyra)
|{{✗}}
|{{~}}
|{{✓}}
|{{✓}}|RollerCoaster Tycoon 2 (with RCT1 and expansions from both games being importable) or RollerCoaster Tycoon Classic (as of v0.4.2)Call to Power II
|-
|[https://web.archive.org/web/20181127195119/https://www.openttdcivone.org/en OpenTTDCivOne]
| align="left" |{{Icon|Windows|Linux|macOS}}
|[https://github.com/OpenTTDSWY1985/OpenTTD/releases CivOne git]
|{{✗}}
|{{✓}}
|{{}}<small>(WIP)</small>|Transport Tycoon DeluxeSid Meier's Civilization
|-
|[https://wiibrew.org/wiki/OpenTTD OpenTTDDopeWars_Wii DopeWars] (Wii)| align="left" |{{Icon|Windows|Wii}}<ref group="N">DopeWars PC port's download link is currently not working.</ref>|[httpshttp://fileswww.extremscornereiksoft.org/wii/apps/openttd/latest com 1.3.21]
|{{✗}}
|{{✗}}
|{{?}}
|Transport Tycoon DeluxeDopeWars (Palm OS)
|-
|terminal-recallfheroes2| align="left" |{{Icon|Windows|Linux|macOS|Switch|PSVita}}|[https://github.com/jtrfpihhub/terminal-recall fheroes2 git] <br />[[sourceforge:projects/terminal-recall/files/nightly-builds/|Nightly Builds]]
|{{✗}}
|{{✓}}
|{{✓}}
|Terminal Velocity, Fury3|Sim - Flight CombatHeroes of Might and Magic II
|-
|[https://ctp2.darkdust.net civctp2]OpenEnroth| align="left" |{{Icon|Windows|Linux|Pandora|PyramacOS}}|[https://github.com/civctp2/civctp2OpenEnroth/releases OpenEnroth git] <br />([https://github.com/ptitSeb/ctp2 ctp2] for Linux/Pandora/Pyra)
|{{✗}}
|{{~}}
|{{✓}}
|Call to Power II{{✓}}| rowspan="6" |TBSMight and Magic VII
|-
|[httphttps://www.civoneopenxcom.org CivOneOpenXcom]
| align="left" |{{Icon|Windows|Linux|macOS}}
|[https://githubopenxcom.comorg/SWY1985/CivOne git-builds git]
|{{✗}}
|{{✓}}
|{{}} <small>|UFO: Enemy Unknown (WIPX-Com: UFO Defense)</small>|Sid Meier's Civilization, X-COM: Terror From the Deep
|-
|[https://wiibrew.org/wiki/DopeWars_Wii DopeWars]| align="left" |{{Icon|Windows|Wii}}<ref group="N">DopeWars PC port's download link is currently not working.</ref>|[http://www.eiksoft.com 1.1]|{{✗}}|{{✗}}|{{?}}|DopeWars (Palm OS)|-|fheroes2| align="left" |{{Icon|Windows|Linux|macOS|Switch|PSVita}}|[https://github.com/ihhub/fheroes2 git]|{{✗}}|{{✓}}|{{✓}}|Heroes of Might and Magic II|-|[https://openxcom.org OpenXcom]| align="left" |{{Icon|Windows|Linux|macOS}}|[https://openxcom.org/git-builds git]|{{✗}}|{{✓}}|{{✓}}|UFO: Enemy Unknown (X-Com: UFO Defense), X-COM: Terror From the Deep|-|[https://vcmi.eu VCMI]
| align="left" |{{Icon|Windows|Linux|macOS|Android}}
|[https://github.com/vcmi/vcmi git]
|{{✓}}
|Heroes of Might and Magic III
|-} |max_vita=== Visual Novel ==={| class="wikitable sortable" style="text-align:center;"! scope="leftcol" |{{IconName! scope="col" |Vita}}Platform(s)! scope="col" |Latest Version! scope="col" |[https://github.com/fgsfdsfgs/max_vita/releases git[libretro]]! scope="col" |{{✗}}Active! scope="col" |{{✓}}[[Recommended Emulators|{{✓}}|Max PayneRecommended]]! scope="col" |TPSSupported game(s)
|-
|DDLC-LOVE
|{{✓}}<ref group="N">DDLC-LOVE is a DDLC! port programmed in Lua. Even in its final release, there may be issues DDLC-LOVE may not have been able to fix but it's still playable. The developer recommends PS Vita users to use Doki-Doki-Literature-Club-Vita for the full DDLC! desktop experience including mod support.</ref>
|Doki Doki Literature Club!
| rowspan="3" |Visual Novel
|-
|[https://github.com/SonicMastr/Doki-Doki-Literature-Club-Vita Doki-Doki-Literature-Club-Vita]
|{{✗}}
|{{✓}}
|{{~}} <small>(WIP)</small> <ref group="N">No longer needed as the game has been released on PC.</ref>
|ChäoS;HEAd NoAH
|}
 
=== Miscellaneous ===
{| class="wikitable sortable" style="text-align:center;"
! scope="col" |Name
! scope="col" |Platform(s)
! scope="col" |Latest Version
! scope="col" |[[libretro]]
! scope="col" |Active
! scope="col" |[[Recommended Emulators|Recommended]]
! scope="col" |Supported game(s)
!Genre
|-
|TheXTechPyTouhou| align="left" |{{Icon|Windows|Linux|macOS|Android|Haiku|VitaPandora}}|[https://githubpytouhou.linkmauve.com/Wohlstand/TheXTechfr/releases gitWebsite]
|{{✗}}
|{{✓}}
|{{}}|Super Mario Bros. X<ref group="N"small>The Super Mario Bros. X fan game project was written in VB6 originally and being a closed source for a long time. It was founded in 2009 and supported up to 2011, later abandoned by its author. For a long time, various people hacked it and attempted to reverse-engine and make clones. After 11 years, the source code was finally open. Later, by an independent developer, it was ported from VB6 into C++ with the SDL2 library and released as "TheXTech". The TheXTech, unlike the original game engine, is cross-platform and lightweight. It's able to work on a variety of operating systems and processor architectures.(WIP)</refsmall>|PlatformTouhou 6| rowspan="3" |Bullet Hell
|-
|[https://laingame.net/ LainTSX]Th06| align="left" |{{Icon|WebWindows|Linux|macOS}}|[https://github.com/ad044happyhavoc/lainTSX th06 git]
|{{✗}}
|{{✓}}
|{{}}<small>(WIP)</small>|Lain PSX| rowspan="2" |MiscellaneousTouhou 6
|-
|[https://laingamem.newsmth.net/ Lain Bootleg Remakearticle/TouHou/single/11992 uth05win]| align="left" |{{Icon|Windows|Linux|macOS}}|[https://github.com/ad044Wintiger0222/lain-bootleg-bootleg uth05win git]|{{✗}}
|{{✗}}
|{{✗}}
|Touhou 5
|-
|Ikemen GO
| align="left" |{{Icon|Windows|Linux|macOS}}
|[https://mugenguild.com/forum/topics/ikemen-go-184152.0.html git]
|{{✗}}
|{{✓}}
|{{✓}}
|Remake of the Ikemen engine that supports [[Mugen]] resources.| rowspan="1" |Fighting|-|SpaceCadetPinball| align="left" |{{Icon|Windows|Linux|macOS|Android|}}{{Icon|Vita|Wii|WiiU|3DS|NX}}{{Icon|AmigaOS|MorphOS|Web}}|[https://github.com/k4zmu2a/SpaceCadetPinball/ git]|{{✗}}|{{✓}}|Lain Bootleg{{✓}}|3D Pinball for Windows – Space Cadet|Pinball|-|Jewels| align="left" |{{Icon|Wii}}|[https://wiibrew.org/w/images/c/c7/Jewels-20101015.zip 1.01]|{{✗}}|{{✗}}|{{?}}|[https://www.linuxmotors.com/linux/gljewel/ gljewel]| rowspan="2" |Puzzle
|-
|Lemmini
| align="left" |{{Icon|Windows|macOS}}
|[https://github.com/mjfwalsh/lemmini/releases git]
|{{✗}}
|{{✗}}
|{{✓}}
|Lemmings
|-
|LSD: Revamped
| align="left" |{{Icon|Windows|macOS|Linux}}
|[https://lsdrevamped.net/ 0.2.0]
|{{✗}}
|{{✓}}
|{{✓}}
|LSD: Dream Emulator
| rowspan="1" |Exploration
|-
|OpenTyrian
| align="left" |{{Icon|Windows|Linux|Android}}
|[https://github.com/opentyrian/opentyrian/releases git]
|{{✗}}
|{{✓}}
|{{✓}}
|Tyrian
| rowspan="2" |Shoot 'em up
|-
|OpenTyrianWii
| align="left" |{{Icon|Wii}}
|[https://code.google.com/archive/p/opentyrian-wii/downloads 1.7]
|{{✗}}
|{{✗}}
|{{?}}
|Tyrian
|-
|max vita
| align="left" |{{Icon|Vita}}
|[https://github.com/fgsfdsfgs/max_vita/releases git]
|{{✗}}
|{{✓}}
|{{✓}}
|Max Payne
| rowspan="1" |Third-person shooter
|}
Anonymous user

Navigation menu