Please create an account or Login! Have fun!
Emulator: Difference between revisions
(remove seealso, doesn't work with category links i guess) |
m (replace zero stars with em dash) |
||
Line 21: | Line 21: | ||
== List of emulators == | == List of emulators == | ||
Accuracy is a subjective measurement | Accuracy is a subjective measurement. Five stars means scoreboard legal, except for SuperCC, which cannot be played in real-time. | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 37: | Line 37: | ||
|- | |- | ||
| [[Tile World]] || [https://tw2.bitbusters.club/] || [https://github.com/zrax/tworld GitHub] | | [[Tile World]] || [https://tw2.bitbusters.club/] || [https://github.com/zrax/tworld GitHub] | ||
| C || GPL 2 || Win, Mac, Linux || 2002 || 2017 || ★★★★★ || ★★★★★ || | | C || GPL 2 || Win, Mac, Linux || 2002 || 2017 || ★★★★★ || ★★★★★ || — | ||
|- | |- | ||
| [[SuperCC]] <ref>Although SuperCC does emulate the game's rules, its turn-based approach and full-map viewport make it more appropriate for recording and verifying solutions, not so much playing normally.</ref> | | [[SuperCC]] <ref>Although SuperCC does emulate the game's rules, its turn-based approach and full-map viewport make it more appropriate for recording and verifying solutions, not so much playing normally.</ref> | ||
| [https://supercc.bitbusters.club/] || [https://github.com/SicklySilverMoon/SuperCC GitHub] | | [https://supercc.bitbusters.club/] || [https://github.com/SicklySilverMoon/SuperCC GitHub] | ||
| Java || ? || Win, Mac, Linux || 2018 || 2020 || ★★★★★ || | | Java || ? || Win, Mac, Linux || 2018 || 2020 || ★★★★★ || — || — | ||
|- | |- | ||
| [[Lexy's Labyrinth]] || [https://c.eev.ee/lexys-labyrinth/] || [https://github.com/eevee/lexys-labyrinth GitHub] | | [[Lexy's Labyrinth]] || [https://c.eev.ee/lexys-labyrinth/] || [https://github.com/eevee/lexys-labyrinth GitHub] | ||
Line 48: | Line 48: | ||
| [[NotCC]] || [https://notcc.vercel.app/] || [https://github.com/TheGLander/NotCC GitHub] | | [[NotCC]] || [https://notcc.vercel.app/] || [https://github.com/TheGLander/NotCC GitHub] | ||
| TypeScript || MIT || Web || 2020 || 2021 | | TypeScript || MIT || Web || 2020 || 2021 | ||
| | | — || — || ★★☆☆☆ <ref>Still a work in progress as of May 2021, so many tiles are not yet functional.</ref> | ||
|- | |- | ||
| [[Rommy's Gauntlet]] | | [[Rommy's Gauntlet]] | ||
| [https://play.google.com/store/apps/details?id=org.porteousclan.chipsretro] | | [https://play.google.com/store/apps/details?id=org.porteousclan.chipsretro] | ||
| N/A || Java? || Proprietary || Android || 2014 || 2017 || ★★☆☆☆ || ★★☆☆☆ || | | N/A || Java? || Proprietary || Android || 2014 || 2017 || ★★☆☆☆ || ★★☆☆☆ || — | ||
|- | |- | ||
| [[Will's World]] <ref>No longer available.</ref> | | [[Will's World]] <ref>No longer available.</ref> | ||
| N/A || N/A || Obj-C? || Proprietary || iOS || ? || 2016 | | N/A || N/A || Obj-C? || Proprietary || iOS || ? || 2016 | ||
| ★★☆☆☆<ref>Has its own ruleset which is similar to both MS and Lynx.</ref> | | ★★☆☆☆<ref>Has its own ruleset which is similar to both MS and Lynx.</ref> | ||
| ★★☆☆☆ || | | ★★☆☆☆ || — | ||
|} | |} | ||
<references/> | <references/> |
Revision as of 10:58, 5 June 2021
An emulator is a program that seeks to replicate the behavior of other hardware or software. In the context of Chip's Challenge, emulators allow levels to be played more or less faithfully, even without access to the original games (or the systems they ran on).
Emulation has become increasingly important over the years, as the original Windows port — which many community levels were designed for — is abandonware and no longer runs on modern versions of Windows. No official desktop release of the game has ever implemented the Lynx ruleset, either; the Steam releases come close, but make several significant changes to the rules and can't load the thousands of existing DAT levels.
Emulators may aim for compatibility with any combination of the three main rulesets: MS, Lynx, and Steam. The existence of the public TWS and/or solution replays in C2M levels is a great help to emulator development: an emulator can play back many prerecorded solutions in a short time, and the number of successful completed levels is a reasonable indicator of compatibility.
Not to be confused with, which are games that take inspiration from Chip's Challenge, but don't have compatibility as a goal. A decent litmus test: if a game can load user-provided levels in a Chip's Challenge format (DAT or C2M), it probably qualifies as an emulator.
Notable emulators
Tile World
Tile World is the gold standard emulator; it has near-perfect accuracy with both MS and Lynx, and it's the only emulator considered scoreboard legal. It's open source, cross-platform, and comes with its own CC1 tileset (which frees it from copyright concerns).
Unfortunately, Tile World emulates neither Steam rules nor any elements introduced in Chip's Challenge 2, making it incompatible with the current "canonical" releases of the games.
List of emulators
Accuracy is a subjective measurement. Five stars means scoreboard legal, except for SuperCC, which cannot be played in real-time.
Name | Website | Source code | Language | License | Platforms | First release | Latest release | MS | Lynx | Steam |
---|---|---|---|---|---|---|---|---|---|---|
Tile World | [1] | GitHub | C | GPL 2 | Win, Mac, Linux | 2002 | 2017 | ★★★★★ | ★★★★★ | — |
SuperCC [1] | [2] | GitHub | Java | ? | Win, Mac, Linux | 2018 | 2020 | ★★★★★ | — | — |
Lexy's Labyrinth | [3] | GitHub | JavaScript | MIT | Web | 2020 | 2021 | ★☆☆☆☆ | ★★★☆☆ | ★★★★☆ |
NotCC | [4] | GitHub | TypeScript | MIT | Web | 2020 | 2021 | — | — | ★★☆☆☆ [2] |
Rommy's Gauntlet | [5] | N/A | Java? | Proprietary | Android | 2014 | 2017 | ★★☆☆☆ | ★★☆☆☆ | — |
Will's World [3] | N/A | N/A | Obj-C? | Proprietary | iOS | ? | 2016 | ★★☆☆☆[4] | ★★☆☆☆ | — |
- ↑ Although SuperCC does emulate the game's rules, its turn-based approach and full-map viewport make it more appropriate for recording and verifying solutions, not so much playing normally.
- ↑ Still a work in progress as of May 2021, so many tiles are not yet functional.
- ↑ No longer available.
- ↑ Has its own ruleset which is similar to both MS and Lynx.