Need For Speed II: 2 Open Source Clones Compared
NFS Recompiled and NFSIISE take different technical approaches to reviving Need for Speed II: NFS Recompiled is a static recompilation of the original Win32 executables into native C++, explicitly described by its own author as a toy/experimental project with an AI-generated readme, and it can run either Need for Speed II: Special Edition or Need for Speed III: Hot Pursuit CD data. NFSIISE is instead a cross-platform wrapper around the Special Edition data with added 3D acceleration and network play over TCP/UDP or a serial connection, though the modem support once present in the original assembly code has been removed. NFSIISE also runs on Android in addition to Linux, while NFS Recompiled is Linux-only.
Comparison table

Availability
- Status
- Playable
- Platforms
- Android, Linux
- Play in browser
- No
- Mobile
- Android
Project health
- Development status
- Sporadic
- Last updated
- 5mo ago
- Stars
- 755
- Contributors
- 8
- License
- MIT
- Engine
- SDL2
Compatibility
- Requires original assets
- YesRequires data from Need for Speed II Special Edition CD-ROM (fedata and gamedata directories).
- Multiplayer
- TCP, UDP, Serial port

Availability
- Status
- Playable
- Platforms
- Linux
- Play in browser
- No
- Mobile
- No
Project health
- Development status
- Sporadic
- Last updated
- 6mo ago
- Stars
- 58
- Contributors
- 1
- License
- —
- Engine
- SDL2
Compatibility
- Requires original assets
- YesRequires original game installation from Need for Speed II: Special Edition or Need for Speed III: Hot Pursuit CD-ROM.
- Multiplayer
- —
| Title | NFSIISE | NFS Recompiled |
|---|---|---|
| Status | Playable | Playable |
| Platforms | Android, Linux | Linux |
| Play in browser | No | No |
| Mobile | Android | No |
| Project health | ||
| Development status | Sporadic | Sporadic |
| Last updated | 5mo ago | 6mo ago |
| Stars | 755 | 58 |
| Contributors | 8 | 1 |
| License | MIT | — |
| Engine | SDL2 | SDL2 |
| Compatibility | ||
| Requires original assets | YesRequires data from Need for Speed II Special Edition CD-ROM (fedata and gamedata directories). | YesRequires original game installation from Need for Speed II: Special Edition or Need for Speed III: Hot Pursuit CD-ROM. |
| Multiplayer | TCP, UDP, Serial port | — |
| Preview | ![]() | ![]() |
Known limitations
- compatibility: Modem connection no longer supported; this feature has been removed from assembly code.
- project-status: Toy/experimental static recompilation project; README and CMakeLists mostly AI-generated.
Frequently asked questions
Are the Need For Speed II clones on this page open source?
Yes — every clone catalogued here is an open-source project. Availability, license, and development-status details for each one are listed in the comparison table above.
What license do these Need For Speed II clones use?
NFSIISE (MIT).
Do I need to own the original Need For Speed II to play these clones?
NFSIISE and NFS Recompiled require original game assets to play.
See the full write-up for each clone, or go back to Need For Speed II.