ExEn: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Infobox console | {{Infobox console | ||
|title = | |title = | ||
|image = ExEn_logo.png | |image = ExEn_logo.png | ||
|logowidth = 400 | |||
|logowidth = | |||
|developer = In-Fusio | |developer = In-Fusio | ||
|type = Mobile Gaming Engine | |type = Mobile Gaming Engine | ||
| Line 11: | Line 10: | ||
|website = [https://www.in-fusio.com in-fusio.com] | |website = [https://www.in-fusio.com in-fusio.com] | ||
|predecessor = | |predecessor = | ||
|successor = ExEn V2 | |successor = ExEn V2<br/>EGE | ||
|emulated = {{~}} | |emulated = {{~}} | ||
}} | }} | ||
<b>Execution Engine</b> (also known as ExEn) was the mobile gaming engine, developed by french company In-Fusio in early-2000s (main July-2001), with Sun Microsystems's mobile Java platform | <b>Execution Engine</b> (also known as ExEn) was the mobile gaming engine, developed by french company In-Fusio in early-2000s (main July-2001), with Sun Microsystems's mobile Java platform. It was the very first Java-based game engine entirely dedicated to mobile devices. The company re-developed the ExEn V2 engine in 2002, which further improved the speed and expressiveness of mobile. The ExEn technology which is fully J2ME MIDP 2.0 game API compliant, has been designed for games containing animated graphics, sound, 3D and color. | ||
==Overview== | ==Overview== | ||
The In-Fusio SDK is a Java based GUI game development environment on ExEn. They have two kinds of engines on the client side mobile phone, basic and advanced. | ExEn is a specific 3D Game API. It embedded a very compact Java VM from Shlumberger plus a thin native API to provide maximum performances. This was before J2ME even existed. In-Fusio launched its MIDP 2.0 compliant “ExEn Java Extensions” in end of 2003. | ||
The In-Fusio SDK is a Java based GUI game development environment on ExEn. They have two kinds of engines on the client side mobile phone, basic and advanced. | |||
<b>ExEn basic (v2.1)</b>: 256-color or black and white, 2D, client side game engine, with a memory footprint of 140k on the mobile device. Released in early-2003. | <b>ExEn basic (v2.1)</b>: 256-color or black and white, 2D, client side game engine, with a memory footprint of 140k on the mobile device. Released in early-2003. | ||
| Line 24: | Line 25: | ||
<b>ExEn advanced (v2.2)</b>: 65k color, polyphonic sound, 3D, in-game Macromedia Flash, client side engine, with a memory footprint of 240k. | <b>ExEn advanced (v2.2)</b>: 65k color, polyphonic sound, 3D, in-game Macromedia Flash, client side engine, with a memory footprint of 240k. | ||
The API is based on Java and very similar to J2ME, but is optimized for game development and deployment instead. Even the programming style is almost the same. The ExEn API has various gaming specific classes that are absent from J2ME. ExEn was the first mass market downloadable game engine to be made available in Europe (The technology allows users to download games, new levels or characters over the air to play on their cellular phone. The games are then run locally without the need for a continuous connection). | |||
ExEn is a compact game for mobile communication devices JAVA virtual machine. Once integrated with the terminal, It can download games and play native games. So as long as the built-in ExEn Cellphone with chip, You can start from ExEn The content supplier passes GSM or GPRS Network technology, Download to your mobile phone to play. | |||
Technical requirements: small and light, (less than 100kb of ROM and 32kb of the RAM in its initial version) the software's main function is to download and run games on mobile phones. | |||
For devices that supports ExEn V2 (ExEn embedded phone, press key 9 for 5 seconds. If an In-Fusio logo appears, It is ExEn mobile). | |||
<b>Features</b><br/> | <b>Features</b><br/> | ||
| Line 38: | Line 39: | ||
- 3D matrix calculations<br/> | - 3D matrix calculations<br/> | ||
- 3D rendering primitives (wireframe, flat or textured triangles)<br/> | - 3D rendering primitives (wireframe, flat or textured triangles)<br/> | ||
- sprite zooming | - sprite zooming<br/> | ||
- sprite flipping / mirroring<br/> | - sprite flipping / mirroring<br/> | ||
- scrolling parallax (several playfields at the same time)<br/> | - scrolling parallax (several playfields at the same time)<br/> | ||
| Line 46: | Line 47: | ||
==EGE (ExEn Gaming Extensions)== | ==EGE (ExEn Gaming Extensions)== | ||
In 2003, with the emergence of the first smartphones, creating a realtime 3D engine API and native code to embed into the EGE, the successor of ExEn. | |||
The | The Orange Group has chosen ExEn Gaming Extensions (EGE) for its Java mobiles of the Signature range, for all of Europe. | ||
ExEn Gaming Extensions | ExEn Gaming Extensions (EGE) was new gaming engine, created to run on all MIDP 2.0 handsets. It is designed for the end-user: improvement of the game play, user-friendly interface and innovative service offering. Enable game developers to focus on game play, rather than API integration (EGE works on Java MIDP 2.0 handsets and integrates multiplayer and 3D capabilities). | ||
<b>Features</b><br/> | <b>Features</b><br/> | ||
| Line 62: | Line 61: | ||
==ExEn vs J2ME== | ==ExEn vs J2ME== | ||
ExEn and J2ME are not | ExEn and J2ME are not very different and ExEn paves the way to a Java language based standard. | ||
- The main difference is that ExEn has been optimised for advanced game features. | - The main difference is that ExEn has been optimised for advanced game features. | ||
| Line 68: | Line 67: | ||
- Every non-ExEn phone manufacturer has its own specific Gaming API (even on top of MIDP 1.0, the mobile phone profile of J2ME) which induces developers to produce specific code and intensive tests for every manufacturer J2ME implementation. | - Every non-ExEn phone manufacturer has its own specific Gaming API (even on top of MIDP 1.0, the mobile phone profile of J2ME) which induces developers to produce specific code and intensive tests for every manufacturer J2ME implementation. | ||
- The future MIDP 2.0 standard defines a minimum set of game functions to be available in future phones. Even with MIDP 2.0, advanced and rich games | - The future MIDP 2.0 standard defines a minimum set of game functions to be available in future phones. Even with MIDP 2.0, advanced and rich games are require new Game APIs that ExEn can provide. | ||
- Consistent with its strategy of moving towards J2ME standards, standard classes of ExEn V2 are set in conformity with MIDP/CLDC, which addresses issues such as user interface, persistence storage, networking, and application model. | - Consistent with its strategy of moving towards J2ME standards, standard classes of ExEn V2 are set in conformity with MIDP/CLDC, which addresses issues such as user interface, persistence storage, networking, and application model. | ||
- The ExEn roadmap | - The ExEn roadmap - feature new advanced game capabilities and MIDP 2.0 Game API compatibility. | ||
==Emulators== | ==Emulators== | ||
{| class="wikitable" | {| class="wikitable" width="700px" | ||
|- | |- | ||
! scope="col"|Name | ! scope="col"|Name | ||
| Line 93: | Line 92: | ||
|[[EXEN-V2 Generic Simulator]] <small>(Part of SDK)</small> | |[[EXEN-V2 Generic Simulator]] <small>(Part of SDK)</small> | ||
|align=left|{{Icon|Windows}} | |align=left|{{Icon|Windows}} | ||
|[ | |[http://alien256.narod.ru/EMULATOR.RAR 0.1] | ||
|Low | |Low | ||
|{{✗}} | |{{✗}} | ||
| Line 101: | Line 100: | ||
;[[EXEN-V2 Generic Simulator]] | ;[[EXEN-V2 Generic Simulator]] | ||
:A very old dead emulator for ExEn software. While many games are go in-game, they are crash at various points and low FPS. Written in Java for Windows. | :A very old dead emulator for ExEn software. While many games are go in-game, they are crash at various points and low FPS. Written in Java for Windows. | ||
* [http://alien256.narod.ru/trium.htm Firmware download] | |||
==Download== | ==Download== | ||
{| class="wikitable" | {| class="wikitable" width="700px" | ||
|- | |- | ||
!| Title | !| Title | ||
| Line 113: | Line 114: | ||
==Screenshots== | ==Screenshots== | ||
• Color | |||
<gallery> | <gallery> | ||
File:Spyro.jpg | File:Spyro.jpg | ||
| Line 128: | Line 131: | ||
File:Terminator.gif | File:Terminator.gif | ||
File:Winter_Sports.gif | File:Winter_Sports.gif | ||
File:Sexy_Video_Poker.png | File:Sexy_Video_Poker.png | ||
File:SexyBreaker.png | File:SexyBreaker.png | ||
| Line 149: | Line 151: | ||
File:Crazy_Pet_II.gif | File:Crazy_Pet_II.gif | ||
File:Christmas_Tale.gif | File:Christmas_Tale.gif | ||
File:Crazy_Cobra_II.gif | File:Crazy_Cobra_II.gif | ||
File:Chicago_Guns.png | File:Chicago_Guns.png | ||
| Line 158: | Line 159: | ||
</gallery> | </gallery> | ||
==List of ExEn supported devices== | • Black & White | ||
{| class="wikitable mw-sortable" | <gallery> | ||
File:Tinies.png | |||
File:Dream_Quest.gif | |||
</gallery> | |||
==List of ExEn / EGE supported devices== | |||
{| class="wikitable mw-sortable" width="300px" | |||
|- | |- | ||
|<b>Devices</b> | |<b>Devices<ref>[https://web.archive.org/web/20040202001013/http://developer.in-fusio.com/information_phone_list.php Colors] and [https://web.archive.org/web/20040205154417/http://developer.in-fusio.com/information_phone_list_page2.php Black & White]</ref></b> | ||
|<b>Models</b> | |<b>Models</b> | ||
|- | |- | ||
|<i> | |<i>Sagem</i> | ||
|SL01<br/>MyX3/2 [2.0, B&W]<br/>MyX4<br/>MyX5 [2.0, C]<br/>MyX6 [2.1, C]<br/>MyG5 [2.0, C]<br/>MW3020 [1.0 / 2.0, B&W] | |SL01<br/>MyX3/2 [2.0, B&W]<br/>MyX4<br/>MyX5 [2.0, C]<br/>MyX6 [2.1, C]<br/>MyG5 [2.0, C]<br/>MW3020 [1.0 / 2.0, B&W]<br/>30XX (3026) | ||
|- | |- | ||
|<i> | |<i>Philips</i> | ||
|Xenium 9@9 [1.0, B&W]<br/>Fisio 311 [1.0, B&W]<br/>Fisio 330 [2.0, B&W]<br/>Fisio 350<br/>355<br/>Fisio 530 [2.0]<br/>Fisio 535<br/>Fision 620 [1.0, B&W]<br/>630<br/>636<br/>Fisio 639<br/>655<br/>755<br/>759<br/>760<br/>Fisio 820 [2.0]<br/>Fisio 825 [2.0, C]<br/>Fisio 882<br/>855<br/>859<br/>Azalys 288 [1.0, B&W] | |Xenium 9@9 [1.0, B&W]<br/>Fisio 311 [1.0, B&W]<br/>Fisio 330 [2.0, B&W]<br/>Fisio 350<br/>355<br/>Fisio 530 [2.0]<br/>Fisio 535<br/>Fision 620 [1.0, B&W]<br/>630<br/>636<br/>Fisio 639<br/>655<br/>755<br/>759<br/>760<br/>Fisio 820 [2.0]<br/>Fisio 825 [2.0, C]<br/>Fisio 882<br/>855<br/>859<br/>Azalys 288 [1.0, B&W] | ||
|- | |- | ||
|<i> | |<i>Alcatel</i> | ||
| | |One Touch 256<br/>One Touch 332<br/>One Touch 526 [2.0, B&W]<br/>One Touch 531 [2.0, C]<br/>One Touch 535 [2.1, C]<br/>One Touch 735 (735i) [2.1, C]<br/>BH4 | ||
|- | |- | ||
|<i> | |<i>Vitelcom</i> | ||
|TSM4 [2.0, B&W]<br/>TSM5 [2.0, C] | |TSM4 [2.0, B&W]<br/>TSM5 [2.0, C] | ||
|- | |- | ||
|<i> | |<i>Centel</i> | ||
|Lotus<br/>Rocket | |Lotus<br/>Rocket | ||
|- | |- | ||
|<i> | |<i>Panasonic</i> | ||
|G60 [2.0, C]<br/>GD87 [2.0, C]<br/>X70 [2.0, C]<br/>X86<br/>X88<br/>GD67 [2.0, C] | |G60 [2.0, C]<br/>GD87 [2.0, C]<br/>X70 [2.0, C]<br/>X86<br/>X88<br/>GD67 [2.0, C]<ref>Panasonic's first ExEn-enabled color handset</ref> | ||
|- | |- | ||
|<i> | |<i>Mitsubishi</i> | ||
|M7<br/>M7.2<br/>M7.5<br/>M341 [2.1, C]<br/>TRIUM M320 [2.0, C]<br/>TRIUM MGB<br/>TRIUM Eclipse [2.0, C]<br/>TRIUM Mars [1.0, B&W]<br/>TRIUM Neptune [1.0, B&W]<br/>TRIUM 110 [2.0, B&W] | |M7<br/>M7.2<br/>M7.5<br/>M341 [2.1, C]<br/>TRIUM M320 [2.0, C]<br/>TRIUM MGB<br/>TRIUM Eclipse [2.0, C]<br/>TRIUM Mars [1.0, B&W]<br/>TRIUM Neptune [1.0, B&W]<br/>TRIUM 110 [2.0, B&W] | ||
|- | |- | ||
| Line 198: | Line 205: | ||
|- | |- | ||
|<i>Siemens</i> | |<i>Siemens</i> | ||
|SL42 [1.0, B&W]<br/>M50 [1.0, B&W] | |SL42 [1.0, B&W]<ref>The Siemens SL42 features a special version of ExEn using JAR files instead of the custom .exn format.</ref><br/>M50 [1.0, B&W] | ||
|- | |||
|<i>LG</i> | |||
|7100 [EGE, 3D] | |||
|} | |} | ||
{{reflist}} | |||
<br/> | |||
• "ExEn" game engine is also working in Siemens mobile phones. The "SL42" is the first Siemens cellphone to be equipped with the games machine. Siemens is the sixth cellphone manufacturer to integrate "ExEn" download game engine into cellphones. This was announced by In-Fusio, a leading publisher of mobile games based in Bordeaux. Initially, the Siemens "SL42" mobile phone is to be equipped with the "D2 Load-A-Game" games platform from D2 Vodafone, which is based on "ExEn". The game engine allows users to load video games onto their cellphones. | |||
==List of ExEn Games== | |||
There are 120+ known games, in which 115 have been released, 3 are unknown to have been released, 2 are unreleased. | |||
{|class="wikitable" width="600px" | {|class="wikitable" width="600px" | ||
! class=sortable | Title | ! class=sortable | Title | ||
| Line 216: | Line 224: | ||
! class=sortable | Publisher | ! class=sortable | Publisher | ||
! class=sortable | Genre(s) | ! class=sortable | Genre(s) | ||
! class=sortable | EGE support | |||
! class=sortable | Note(s) | ! class=sortable | Note(s) | ||
! class=sortable | {{abbr|Ref.|Reference(s)}} | ! class=sortable | {{abbr|Ref.|Reference(s)}} | ||
| Line 225: | Line 234: | ||
|In-Fusio<br/>Vodafone | |In-Fusio<br/>Vodafone | ||
|Racing | |Racing | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/007-ice-racer] | |[https://www.mobygames.com/game/exen/007-ice-racer] | ||
| Line 234: | Line 244: | ||
| | | | ||
|Puzzle | |Puzzle | ||
| | |||
| | | | ||
| | | | ||
| Line 239: | Line 250: | ||
|- | |- | ||
|Abalone | |Abalone | ||
| | |||
| | | | ||
| | | | ||
| Line 252: | Line 264: | ||
|In-Fusio | |In-Fusio | ||
|Strategy | |Strategy | ||
| | |Yes (January 2006) | ||
| | |||
|[https://www.mobygames.com/game/exen/age-of-empires-ii-mobile]/[https://web.archive.org/web/20051016113513/http://www.in-fusio.com/game_Age_of_Empires%C2%AE_II_Mobile_114.php?1815127872] | |[https://www.mobygames.com/game/exen/age-of-empires-ii-mobile]/[https://web.archive.org/web/20051016113513/http://www.in-fusio.com/game_Age_of_Empires%C2%AE_II_Mobile_114.php?1815127872] | ||
|{{✓}} | |{{✓}} | ||
| Line 260: | Line 273: | ||
|Kaolink SAS | |Kaolink SAS | ||
|Kaolink SAS | |Kaolink SAS | ||
|Action | |||
| | | | ||
| | | | ||
| | |[https://web.archive.org/web/20040229005421/http://www.in-fusio.com/Games/centre_fiche.php?clef=32] | ||
|{{✗}} | |{{✗}} | ||
|- | |- | ||
|Arthur & Les: Pirates | |Arthur & Les: Pirates | ||
| | |||
| | | | ||
| | | | ||
| Line 279: | Line 294: | ||
| | | | ||
| | | | ||
| | |Yes | ||
| | |||
|[https://web.archive.org/web/20051012173249/http://www.in-fusio.com/game_Asterix_rescue_Obelix_124.php?1815127872] | |[https://web.archive.org/web/20051012173249/http://www.in-fusio.com/game_Asterix_rescue_Obelix_124.php?1815127872] | ||
|{{✗}} | |{{✗}} | ||
| Line 288: | Line 304: | ||
|In-Fusio | |In-Fusio | ||
|Action | |Action | ||
| | |||
|Based on GBA game | |Based on GBA game | ||
|[https://banjokazooie.fandom.com/wiki/Banjo-Kazooie:_Grunty%27s_Revenge_Missions]/[https://web.archive.org/web/20051016113614/http://www.in-fusio.com/game_Banjo-Kazooie_Mobile_102.php?1815127872] | |[https://banjokazooie.fandom.com/wiki/Banjo-Kazooie:_Grunty%27s_Revenge_Missions]/[https://web.archive.org/web/20051016113614/http://www.in-fusio.com/game_Banjo-Kazooie_Mobile_102.php?1815127872] | ||
|{{✓}} | |{{✓}} | ||
|- | |||
|Banjo Pilot | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
|{{✗}} | |||
|- | |- | ||
|Biocide | |Biocide | ||
| | |||
| | | | ||
| | | | ||
| Line 306: | Line 334: | ||
|In-Fusio | |In-Fusio | ||
|Puzzle | |Puzzle | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113726/http://www.in-fusio.com/game_Block_Maniac_103.php?1815127872] | |[https://web.archive.org/web/20051016113726/http://www.in-fusio.com/game_Block_Maniac_103.php?1815127872] | ||
| Line 311: | Line 340: | ||
|- | |- | ||
|Boomerang Joe | |Boomerang Joe | ||
| | |||
| | | | ||
| | | | ||
| Line 324: | Line 354: | ||
|In-Fusio | |In-Fusio | ||
|Action | |Action | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/bomb-jack]/[https://web.archive.org/web/20051016113313/http://www.in-fusio.com/game_Bombjack(TM)_5.php?1815127872] | |[https://www.mobygames.com/game/exen/bomb-jack]/[https://web.archive.org/web/20051016113313/http://www.in-fusio.com/game_Bombjack(TM)_5.php?1815127872] | ||
| Line 333: | Line 364: | ||
|In-Fusio | |In-Fusio | ||
|Puzzle | |Puzzle | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/bomb-squad_] | |[https://www.mobygames.com/game/exen/bomb-squad_] | ||
| Line 342: | Line 374: | ||
| | | | ||
|Billiards | |Billiards | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113227/http://www.in-fusio.com/game_Casino_Nights_7.php?1815127872] | |[https://web.archive.org/web/20051016113227/http://www.in-fusio.com/game_Casino_Nights_7.php?1815127872] | ||
| Line 351: | Line 384: | ||
|In-Fusio | |In-Fusio | ||
|Simulation | |Simulation | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/celebrity-chic]/[https://web.archive.org/web/20051016113644/http://www.in-fusio.com/game_Celebrity_Chic_8.php?1815127872] | |[https://www.mobygames.com/game/exen/celebrity-chic]/[https://web.archive.org/web/20051016113644/http://www.in-fusio.com/game_Celebrity_Chic_8.php?1815127872] | ||
| Line 360: | Line 394: | ||
|In-Fusio | |In-Fusio | ||
|Action<br/>Platformer | |Action<br/>Platformer | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/charmed]/[https://web.archive.org/web/20051016113740/http://www.in-fusio.com/game_Charmed(TM)_9.php?1815127872] | |[https://www.mobygames.com/game/exen/charmed]/[https://web.archive.org/web/20051016113740/http://www.in-fusio.com/game_Charmed(TM)_9.php?1815127872] | ||
| Line 369: | Line 404: | ||
|In-Fusio | |In-Fusio | ||
|Action<br/>Shooter | |Action<br/>Shooter | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/chicago-guns]/[https://web.archive.org/web/20051016113241/http://www.in-fusio.com/game_Chicago_Guns_10.php?1815127872] | |[https://www.mobygames.com/game/exen/chicago-guns]/[https://web.archive.org/web/20051016113241/http://www.in-fusio.com/game_Chicago_Guns_10.php?1815127872] | ||
| Line 378: | Line 414: | ||
|In-Fusio | |In-Fusio | ||
|Action<br/>Platformer | |Action<br/>Platformer | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/christmas-tales] | |[https://www.mobygames.com/game/exen/christmas-tales] | ||
| Line 387: | Line 424: | ||
|In-Fusio | |In-Fusio | ||
|Action<br/>Platformer | |Action<br/>Platformer | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/crash-bandicoot_]/[https://crashbandicoot.fandom.com/wiki/Crash_Bandicoot_(mobile)] | |[https://www.mobygames.com/game/exen/crash-bandicoot_]/[https://crashbandicoot.fandom.com/wiki/Crash_Bandicoot_(mobile)] | ||
| Line 395: | Line 433: | ||
|Otaboo | |Otaboo | ||
|In-Fusio | |In-Fusio | ||
|Action | |Action<br/>Arcade | ||
| | |||
| | | | ||
| | | | ||
| Line 404: | Line 443: | ||
|Otaboo | |Otaboo | ||
|In-Fusio | |In-Fusio | ||
|Action | |Action<br/>Arcade | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/crazy-cobra-2]/[https://web.archive.org/web/20051016113302/http://www.in-fusio.com/game_Crazy_Cobra_2_89.php?1815127872] | |[https://www.mobygames.com/game/exen/crazy-cobra-2]/[https://web.archive.org/web/20051016113302/http://www.in-fusio.com/game_Crazy_Cobra_2_89.php?1815127872] | ||
| Line 414: | Line 454: | ||
|In-Fusio | |In-Fusio | ||
|Action | |Action | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/crazypet-ii]/[https://web.archive.org/web/20021023093830/http://www.in-fusio.com:80/product/gameDescriptif/crazypet2.html] | |[https://www.mobygames.com/game/exen/crazypet-ii]/[https://web.archive.org/web/20021023093830/http://www.in-fusio.com:80/product/gameDescriptif/crazypet2.html] | ||
| Line 423: | Line 464: | ||
| | | | ||
|Racing | |Racing | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113837/http://www.in-fusio.com/game_Dakar_2005_100.php?1815127872] | |[https://web.archive.org/web/20051016113837/http://www.in-fusio.com/game_Dakar_2005_100.php?1815127872] | ||
| Line 428: | Line 470: | ||
|- | |- | ||
|Deca Challenge | |Deca Challenge | ||
| | |||
| | | | ||
| | | | ||
| Line 441: | Line 484: | ||
|In-Fusio | |In-Fusio | ||
|Sports | |Sports | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113254/http://www.in-fusio.com/game_Dice_Extreme_97.php?1815127872] | |[https://web.archive.org/web/20051016113254/http://www.in-fusio.com/game_Dice_Extreme_97.php?1815127872] | ||
| Line 450: | Line 494: | ||
| | | | ||
|Puzzle | |Puzzle | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113116/http://www.in-fusio.com/game_DJ_Bubble_1.php?1815127872] | |[https://web.archive.org/web/20051016113116/http://www.in-fusio.com/game_DJ_Bubble_1.php?1815127872] | ||
| Line 459: | Line 504: | ||
| | | | ||
|Action<br/>Shooter | |Action<br/>Shooter | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113125/http://www.in-fusio.com/game_Die_Hard_120.php?1815127872] | |[https://web.archive.org/web/20051016113125/http://www.in-fusio.com/game_Die_Hard_120.php?1815127872] | ||
| Line 467: | Line 513: | ||
|In-Fusio | |In-Fusio | ||
|In-Fusio | |In-Fusio | ||
| | |||
| | | | ||
| | | | ||
| Line 477: | Line 524: | ||
| | | | ||
|Adventure | |Adventure | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20031226101735/http://www.in-fusio.com/Games/centre_fiche.php?clef=38] | |[https://web.archive.org/web/20031226101735/http://www.in-fusio.com/Games/centre_fiche.php?clef=38] | ||
| Line 485: | Line 533: | ||
|In-Fusio | |In-Fusio | ||
|In-Fusio | |In-Fusio | ||
|Action | |Action<br/>Shooter | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/eagle-squadron]/[https://web.archive.org/web/20051016113502/http://www.in-fusio.com/game_Eagle_Squadron_91.php?1815127872] | |[https://www.mobygames.com/game/exen/eagle-squadron]/[https://web.archive.org/web/20051016113502/http://www.in-fusio.com/game_Eagle_Squadron_91.php?1815127872] | ||
| Line 495: | Line 544: | ||
| | | | ||
|Sports | |Sports | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113410/http://www.in-fusio.com/game_Elf_Bowling_(R)_70.php?1815127872] | |[https://web.archive.org/web/20051016113410/http://www.in-fusio.com/game_Elf_Bowling_(R)_70.php?1815127872] | ||
| Line 504: | Line 554: | ||
| | | | ||
|Puzzle | |Puzzle | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20040229014416/http://www.in-fusio.com/Games/centre_fiche.php?clef=48] | |[https://web.archive.org/web/20040229014416/http://www.in-fusio.com/Games/centre_fiche.php?clef=48] | ||
| Line 513: | Line 564: | ||
| | | | ||
|Puzzle | |Puzzle | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113138/http://www.in-fusio.com/game_Etch_A_Sketch_115.php?1815127872] | |[https://web.archive.org/web/20051016113138/http://www.in-fusio.com/game_Etch_A_Sketch_115.php?1815127872] | ||
| Line 522: | Line 574: | ||
| | | | ||
|Racing | |Racing | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20040229010829/http://www.in-fusio.com/Games/centre_fiche.php?clef=37] | |[https://web.archive.org/web/20040229010829/http://www.in-fusio.com/Games/centre_fiche.php?clef=37] | ||
| Line 531: | Line 584: | ||
|In-Fusio | |In-Fusio | ||
|Action<br/>Shooter | |Action<br/>Shooter | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/fighter-pilot-evolved] | |[https://www.mobygames.com/game/exen/fighter-pilot-evolved] | ||
| Line 540: | Line 594: | ||
|In-Fusio | |In-Fusio | ||
|Action<br/>Platformer | |Action<br/>Platformer | ||
| | |Yes | ||
| | |||
|[https://www.mobygames.com/game/exen/flynns-adventures]/[https://web.archive.org/web/20051016113527/http://www.in-fusio.com/game_Flynn%60s_Adventures_42.php?1815127872] | |[https://www.mobygames.com/game/exen/flynns-adventures]/[https://web.archive.org/web/20051016113527/http://www.in-fusio.com/game_Flynn%60s_Adventures_42.php?1815127872] | ||
|{{✓}} | |{{✓}} | ||
| Line 549: | Line 604: | ||
|In-Fusio | |In-Fusio | ||
|Puzzle | |Puzzle | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/fruit-factory]/[https://web.archive.org/web/20051016113608/http://www.in-fusio.com/game_Fruit_Factory_22.php?1815127872] | |[https://www.mobygames.com/game/exen/fruit-factory]/[https://web.archive.org/web/20051016113608/http://www.in-fusio.com/game_Fruit_Factory_22.php?1815127872] | ||
| Line 558: | Line 614: | ||
|In-Fusio | |In-Fusio | ||
|Puzzle | |Puzzle | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113101/http://www.in-fusio.com/game_Fruit_Factory_2_107.php?1815127872] | |[https://web.archive.org/web/20051016113101/http://www.in-fusio.com/game_Fruit_Factory_2_107.php?1815127872] | ||
| Line 567: | Line 624: | ||
| | | | ||
|Sports | |Sports | ||
| | |||
| | | | ||
| | | | ||
| Line 576: | Line 634: | ||
|In-Fusio | |In-Fusio | ||
|Sports | |Sports | ||
| | |Yes | ||
| | |||
|[https://web.archive.org/web/20051016113217/http://www.in-fusio.com/game_Football_Fans_19.php?1815127872] | |[https://web.archive.org/web/20051016113217/http://www.in-fusio.com/game_Football_Fans_19.php?1815127872] | ||
|{{✓}} | |{{✓}} | ||
| Line 585: | Line 644: | ||
|In-Fusio | |In-Fusio | ||
|Action<br/>Shooter | |Action<br/>Shooter | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/ghost-hunter]/[https://web.archive.org/web/20051016113054/http://www.in-fusio.com/game_Ghost_Hunter_85.php?1815127872] | |[https://www.mobygames.com/game/exen/ghost-hunter]/[https://web.archive.org/web/20051016113054/http://www.in-fusio.com/game_Ghost_Hunter_85.php?1815127872] | ||
| Line 594: | Line 654: | ||
| | | | ||
|Sports | |Sports | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113109/http://www.in-fusio.com/game_Golden_Tee_Golf_(R)_73.php?1815127872] | |[https://web.archive.org/web/20051016113109/http://www.in-fusio.com/game_Golden_Tee_Golf_(R)_73.php?1815127872] | ||
|{{✗}} | |{{✗}} | ||
|- | |- | ||
| | |Horoscope | ||
| | | | ||
| | | | ||
| | | | ||
| Line 621: | Line 674: | ||
| | | | ||
|Platformer | |Platformer | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113537/http://www.in-fusio.com/game_I_Robot_121.php?1815127872] | |[https://web.archive.org/web/20051016113537/http://www.in-fusio.com/game_I_Robot_121.php?1815127872] | ||
| Line 630: | Line 684: | ||
|In-Fusio | |In-Fusio | ||
|Racing | |Racing | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113718/http://www.in-fusio.com/game_IN-FUSIO_Darts_110.php?1815127872] | |[https://web.archive.org/web/20051016113718/http://www.in-fusio.com/game_IN-FUSIO_Darts_110.php?1815127872] | ||
| Line 639: | Line 694: | ||
|In-Fusio | |In-Fusio | ||
|Sports | |Sports | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/if-extreme-ski] | |[https://www.mobygames.com/game/exen/if-extreme-ski] | ||
| Line 648: | Line 704: | ||
|In-Fusio | |In-Fusio | ||
|Sports | |Sports | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/if-ski-jumping] | |[https://www.mobygames.com/game/exen/if-ski-jumping] | ||
| Line 657: | Line 714: | ||
|In-Fusio | |In-Fusio | ||
|Sports | |Sports | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/if-ping-pong] | |[https://www.mobygames.com/game/exen/if-ping-pong] | ||
| Line 666: | Line 724: | ||
|In-Fusio | |In-Fusio | ||
|Racing | |Racing | ||
| | |Yes | ||
| | |||
|[https://www.mobygames.com/game/exen/if-racing] | |[https://www.mobygames.com/game/exen/if-racing] | ||
|{{✓}} | |{{✓}} | ||
| Line 675: | Line 734: | ||
|In-Fusio | |In-Fusio | ||
|Racing | |Racing | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113355/http://www.in-fusio.com/game_IF_Racing_2_26.php?1815127872] | |[https://web.archive.org/web/20051016113355/http://www.in-fusio.com/game_IF_Racing_2_26.php?1815127872] | ||
| Line 684: | Line 744: | ||
|In-Fusio | |In-Fusio | ||
|Racing | |Racing | ||
| | |||
| | | | ||
| | | | ||
| Line 693: | Line 754: | ||
|In-Fusio | |In-Fusio | ||
|Strategy<br/>Puzzle | |Strategy<br/>Puzzle | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/if-reversi] | |[https://www.mobygames.com/game/exen/if-reversi] | ||
| Line 702: | Line 764: | ||
| | | | ||
|Puzzle | |Puzzle | ||
| | |||
|Based on GBA game | |Based on GBA game | ||
| | | | ||
| Line 711: | Line 774: | ||
|In-Fusio | |In-Fusio | ||
|Puzzle | |Puzzle | ||
| | |Yes | ||
| | |||
|[https://web.archive.org/web/20051016113747/http://www.in-fusio.com/game_It%60s_Mr_Pants_96.php?1815127872] | |[https://web.archive.org/web/20051016113747/http://www.in-fusio.com/game_It%60s_Mr_Pants_96.php?1815127872] | ||
|{{✗}} | |{{✗}} | ||
| Line 720: | Line 784: | ||
|In-Fusio | |In-Fusio | ||
|Action | |Action | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/jungle-run]/[https://web.archive.org/web/20051016113419/http://www.in-fusio.com/game_Jungle_Run_98.php?1815127872] | |[https://www.mobygames.com/game/exen/jungle-run]/[https://web.archive.org/web/20051016113419/http://www.in-fusio.com/game_Jungle_Run_98.php?1815127872] | ||
| Line 729: | Line 794: | ||
|In-Fusio | |In-Fusio | ||
|Adventure | |Adventure | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113321/http://www.in-fusio.com/game_Jurassic_Park_III_(TM)_27.php?1815127872] | |[https://web.archive.org/web/20051016113321/http://www.in-fusio.com/game_Jurassic_Park_III_(TM)_27.php?1815127872] | ||
| Line 738: | Line 804: | ||
| | | | ||
|Fight | |Fight | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20040229013853/http://www.in-fusio.com/Games/centre_fiche.php?clef=47] | |[https://web.archive.org/web/20040229013853/http://www.in-fusio.com/Games/centre_fiche.php?clef=47] | ||
| Line 747: | Line 814: | ||
| | | | ||
|Fight | |Fight | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20040229010033/http://www.in-fusio.com/Games/centre_fiche.php?clef=35] | |[https://web.archive.org/web/20040229010033/http://www.in-fusio.com/Games/centre_fiche.php?clef=35] | ||
| Line 756: | Line 824: | ||
|In-Fusio | |In-Fusio | ||
|Sports | |Sports | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/tour-de-france]/[https://web.archive.org/web/20051016113038/http://www.in-fusio.com/game_Le_Tour_de_France_112.php?1815127872] | |[https://www.mobygames.com/game/exen/tour-de-france]/[https://web.archive.org/web/20051016113038/http://www.in-fusio.com/game_Le_Tour_de_France_112.php?1815127872] | ||
| Line 763: | Line 832: | ||
| | | | ||
| | | | ||
| | |||
|Sports | |||
| | | | ||
| | | | ||
|[https://web.archive.org/web/20040229013207/http://www.in-fusio.com/Games/centre_fiche.php?clef=46] | |[https://web.archive.org/web/20040229013207/http://www.in-fusio.com/Games/centre_fiche.php?clef=46] | ||
|{{✓}} | |{{✓}} | ||
| Line 774: | Line 844: | ||
|In-Fusio | |In-Fusio | ||
|Sports | |Sports | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113456/http://www.in-fusio.com/game_Malibu_Ride_30.php?1815127872] | |[https://web.archive.org/web/20051016113456/http://www.in-fusio.com/game_Malibu_Ride_30.php?1815127872] | ||
| Line 783: | Line 854: | ||
|In-Fusio | |In-Fusio | ||
|Sports | |Sports | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/malibu-ride-2] | |[https://www.mobygames.com/game/exen/malibu-ride-2] | ||
| Line 792: | Line 864: | ||
| | | | ||
|Puzzle | |Puzzle | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20030314025548/http://www.in-fusio.com:80/product/gameDescriptif/melimelo.html] | |[https://web.archive.org/web/20030314025548/http://www.in-fusio.com:80/product/gameDescriptif/melimelo.html] | ||
| Line 801: | Line 874: | ||
| | | | ||
|Puzzle | |Puzzle | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20040229003439/http://www.in-fusio.com/Games/centre_fiche.php?clef=2] | |[https://web.archive.org/web/20040229003439/http://www.in-fusio.com/Games/centre_fiche.php?clef=2] | ||
| Line 810: | Line 884: | ||
|In-Fusio | |In-Fusio | ||
|Racing | |Racing | ||
| | |Yes | ||
| | |||
|[https://www.mobygames.com/game/exen/midtown-madness-3-mobile]/[https://web.archive.org/web/20051016113558/http://www.in-fusio.com/game_Midtown_Madness%C2%AE_3_Mobile_86.php?1815127872] | |[https://www.mobygames.com/game/exen/midtown-madness-3-mobile]/[https://web.archive.org/web/20051016113558/http://www.in-fusio.com/game_Midtown_Madness%C2%AE_3_Mobile_86.php?1815127872] | ||
|{{✓}} | |{{✓}} | ||
| Line 818: | Line 893: | ||
| | | | ||
| | | | ||
|Shooter | |||
| | | | ||
| | |The first 3D game for ExEn. | ||
|[https://web.archive.org/web/20040229015138/http://www.in-fusio.com/Games/centre_fiche.php?clef=50] | |[https://web.archive.org/web/20040229015138/http://www.in-fusio.com/Games/centre_fiche.php?clef=50] | ||
|{{✓}} | |{{✓}} | ||
| Line 827: | Line 903: | ||
|Devalley Entertainment | |Devalley Entertainment | ||
|In-Fusio | |In-Fusio | ||
|Arcade | |Arcade<br/>Puzzle | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/monkey-business_] | |[https://www.mobygames.com/game/exen/monkey-business_] | ||
| Line 837: | Line 914: | ||
|THQ Wireless Inc. | |THQ Wireless Inc. | ||
|Racing | |Racing | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/motogp_] | |[https://www.mobygames.com/game/exen/motogp_] | ||
| Line 845: | Line 923: | ||
|In-Fusio | |In-Fusio | ||
|In-Fusio | |In-Fusio | ||
|Action | |Action<br/>Shooter | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/mutant-alert] | |[https://www.mobygames.com/game/exen/mutant-alert] | ||
| Line 855: | Line 934: | ||
|In-Fusio | |In-Fusio | ||
|Puzzle | |Puzzle | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/panko]/[https://web.archive.org/web/20040229014611/http://www.in-fusio.com/Games/centre_fiche.php?clef=49] | |[https://www.mobygames.com/game/exen/panko]/[https://web.archive.org/web/20040229014611/http://www.in-fusio.com/Games/centre_fiche.php?clef=49] | ||
| Line 860: | Line 940: | ||
|- | |- | ||
|Perry Rhodan: Sekmar I in Danger | |Perry Rhodan: Sekmar I in Danger | ||
| | |||
| | | | ||
| | | | ||
| Line 869: | Line 950: | ||
|- | |- | ||
|Pile Up | |Pile Up | ||
| | |||
| | | | ||
| | | | ||
| Line 881: | Line 963: | ||
|Devalley Entertainment | |Devalley Entertainment | ||
|In-Fusio | |In-Fusio | ||
|Action | |Action<br/>Fight<br/>Platformer | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/pikubi] | |[https://www.mobygames.com/game/exen/pikubi] | ||
| Line 891: | Line 974: | ||
|In-Fusio | |In-Fusio | ||
|Action<br/>Fight<br/>Platformer | |Action<br/>Fight<br/>Platformer | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/pikubi-2-rainbow-attack] | |[https://www.mobygames.com/game/exen/pikubi-2-rainbow-attack] | ||
| Line 900: | Line 984: | ||
|In-Fusio | |In-Fusio | ||
|Adventure | |Adventure | ||
| | |Yes | ||
| | |||
| | | | ||
|{{✗}} | |{{✗}} | ||
|- | |- | ||
|Roller Blade | |Roller Blade | ||
| | |||
| | | | ||
| | | | ||
| Line 918: | Line 1,004: | ||
| | | | ||
|Sports | |Sports | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113550/http://www.in-fusio.com/game_Roller_Kid_40.php?1815127872] | |[https://web.archive.org/web/20051016113550/http://www.in-fusio.com/game_Roller_Kid_40.php?1815127872] | ||
| Line 927: | Line 1,014: | ||
|In-Fusio | |In-Fusio | ||
|Platformer | |Platformer | ||
| | |||
|Based on GBA game | |Based on GBA game | ||
|[https://web.archive.org/web/20051016113210/http://www.in-fusio.com/game_SabreWulf(R)_Mobile_109.php?1815127872] | |[https://web.archive.org/web/20051016113210/http://www.in-fusio.com/game_SabreWulf(R)_Mobile_109.php?1815127872] | ||
| Line 936: | Line 1,024: | ||
| | | | ||
|Arcade | |Arcade | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113444/http://www.in-fusio.com/game_SVEN_004_118.php?1815127872] | |[https://web.archive.org/web/20051016113444/http://www.in-fusio.com/game_SVEN_004_118.php?1815127872] | ||
| Line 945: | Line 1,034: | ||
|In-Fusio | |In-Fusio | ||
|Strategy | |Strategy | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/sexy-video-poker] | |[https://www.mobygames.com/game/exen/sexy-video-poker] | ||
| Line 954: | Line 1,044: | ||
|In-Fusio | |In-Fusio | ||
|Action | |Action | ||
| | |||
| | | | ||
| | | | ||
| Line 962: | Line 1,053: | ||
|In-Fusio | |In-Fusio | ||
|In-Fusio | |In-Fusio | ||
| | |||
| | | | ||
| | | | ||
| Line 972: | Line 1,064: | ||
|In-Fusio | |In-Fusio | ||
|Action<br/>Fight | |Action<br/>Fight | ||
| | |Yes | ||
| | |||
|[https://www.mobygames.com/game/exen/shado-fighter]/[https://web.archive.org/web/20051016113543/http://www.in-fusio.com/game_Shado_Fighter_3.php?1815127872] | |[https://www.mobygames.com/game/exen/shado-fighter]/[https://web.archive.org/web/20051016113543/http://www.in-fusio.com/game_Shado_Fighter_3.php?1815127872] | ||
|{{✓}} | |{{✓}} | ||
| Line 981: | Line 1,074: | ||
| | | | ||
|Sports<br/>Arcade | |Sports<br/>Arcade | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113045/http://www.in-fusio.com/game_Skate_Kid_43.php?1815127872]/[https://web.archive.org/web/20021024034241/http://www.in-fusio.com:80/product/gameDescriptif/skatekid.html] | |[https://web.archive.org/web/20051016113045/http://www.in-fusio.com/game_Skate_Kid_43.php?1815127872]/[https://web.archive.org/web/20021024034241/http://www.in-fusio.com:80/product/gameDescriptif/skatekid.html] | ||
| Line 990: | Line 1,084: | ||
| | | | ||
|Puzzle | |Puzzle | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113338/http://www.in-fusio.com/game_Smiley_(TM)_71.php?1815127872] | |[https://web.archive.org/web/20051016113338/http://www.in-fusio.com/game_Smiley_(TM)_71.php?1815127872] | ||
| Line 999: | Line 1,094: | ||
| | | | ||
|Sports | |Sports | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20040229003923/http://www.in-fusio.com/Games/centre_fiche.php?clef=26] | |[https://web.archive.org/web/20040229003923/http://www.in-fusio.com/Games/centre_fiche.php?clef=26] | ||
| Line 1,008: | Line 1,104: | ||
| | | | ||
|Pizzle | |Pizzle | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113622/http://www.in-fusio.com/game_Solitaire_Gold_82.php?1815127872] | |[https://web.archive.org/web/20051016113622/http://www.in-fusio.com/game_Solitaire_Gold_82.php?1815127872] | ||
| Line 1,017: | Line 1,114: | ||
|In-Fusio | |In-Fusio | ||
|Action | |Action | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/south-park_]/[https://web.archive.org/web/20051016113030/http://www.in-fusio.com/game_South_Park(R)_46.php?1815127872] | |[https://www.mobygames.com/game/exen/south-park_]/[https://web.archive.org/web/20051016113030/http://www.in-fusio.com/game_South_Park(R)_46.php?1815127872] | ||
| Line 1,022: | Line 1,120: | ||
|- | |- | ||
|Space Defender | |Space Defender | ||
| | |||
| | | | ||
| | | | ||
| Line 1,031: | Line 1,130: | ||
|- | |- | ||
|Space War | |Space War | ||
| | |||
| | | | ||
| | | | ||
| Line 1,043: | Line 1,143: | ||
|Asobo Studio S.A.R.L. | |Asobo Studio S.A.R.L. | ||
|In-Fusio | |In-Fusio | ||
|Action | |Action<br/>Puzzle<br/>Arcade | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/sphere-madness]/[https://web.archive.org/web/20051016113438/http://www.in-fusio.com/game_Sphere_Madness_61.php?1815127872] | |[https://www.mobygames.com/game/exen/sphere-madness]/[https://web.archive.org/web/20051016113438/http://www.in-fusio.com/game_Sphere_Madness_61.php?1815127872] | ||
| Line 1,052: | Line 1,153: | ||
|Asobo Studio S.A.R.L. | |Asobo Studio S.A.R.L. | ||
|In-Fusio | |In-Fusio | ||
|Action | |Action<br/>Puzzle<br/>Arcade | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/sphere-madness-2] | |[https://www.mobygames.com/game/exen/sphere-madness-2] | ||
| Line 1,061: | Line 1,163: | ||
|In-Fusio | |In-Fusio | ||
|In-Fusio | |In-Fusio | ||
| | |||
| | | | ||
| | | | ||
| Line 1,066: | Line 1,169: | ||
|{{✓}} | |{{✓}} | ||
|- | |- | ||
|Spyro™ | |Spyro™ | ||
|{{date|2003-05-27}} | |{{date|2003-05-27}} | ||
|Infraworlds | |Infraworlds | ||
|In-Fusio | |In-Fusio | ||
|Action | |Action | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/spyro] | |[https://www.mobygames.com/game/exen/spyro] | ||
| Line 1,076: | Line 1,180: | ||
|- | |- | ||
|Star Academy | |Star Academy | ||
| | |||
| | | | ||
| | | | ||
| Line 1,089: | Line 1,194: | ||
|THQ Wireless Inc. | |THQ Wireless Inc. | ||
|Action | |Action | ||
| | |Yes | ||
| | |||
|[https://www.mobygames.com/game/exen/star-wars-revenge-of-the-sith] | |[https://www.mobygames.com/game/exen/star-wars-revenge-of-the-sith] | ||
|{{✓}} | |{{✓}} | ||
|- | |- | ||
|Super Dino Skate | |Super Dino Skate | ||
| | |||
| | | | ||
| | | | ||
| Line 1,104: | Line 1,211: | ||
|The Lord of the Rings: The Return of the King | |The Lord of the Rings: The Return of the King | ||
|2005 | |2005 | ||
| | |||
| | | | ||
| | | | ||
| Line 1,116: | Line 1,224: | ||
|In-Fusio | |In-Fusio | ||
|Action<br/>Shooter | |Action<br/>Shooter | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/terminator__]/[https://web.archive.org/web/20051016113755/http://www.in-fusio.com/game_The_Terminator(TM)_51.php?1815127872] | |[https://www.mobygames.com/game/exen/terminator__]/[https://web.archive.org/web/20051016113755/http://www.in-fusio.com/game_The_Terminator(TM)_51.php?1815127872] | ||
| Line 1,125: | Line 1,234: | ||
|In-Fusio | |In-Fusio | ||
|Action<br/>Shooter | |Action<br/>Shooter | ||
| | |Yes | ||
| | |||
|[https://web.archive.org/web/20051016113154/http://www.in-fusio.com/game_The_Terminator_I%60m_Back_93.php?1815127872] | |[https://web.archive.org/web/20051016113154/http://www.in-fusio.com/game_The_Terminator_I%60m_Back_93.php?1815127872] | ||
|{{✗}} | |{{✗}} | ||
| Line 1,134: | Line 1,244: | ||
|In-Fusio | |In-Fusio | ||
|Action<br/>Arcade | |Action<br/>Arcade | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/tinies-farter]/[https://web.archive.org/web/20031226094649/http://www.in-fusio.com/Games/centre_fiche.php?clef=14] | |[https://www.mobygames.com/game/exen/tinies-farter]/[https://web.archive.org/web/20031226094649/http://www.in-fusio.com/Games/centre_fiche.php?clef=14] | ||
| Line 1,143: | Line 1,254: | ||
|Eidos Interactive Limited | |Eidos Interactive Limited | ||
|Action<br/>Platformer | |Action<br/>Platformer | ||
| | | | ||
|Multi languages | |||
|[https://www.mobygames.com/game/exen/tomb-raider-elixir-of-life] | |[https://www.mobygames.com/game/exen/tomb-raider-elixir-of-life] | ||
|{{✓}} | |{{✓}} | ||
| Line 1,152: | Line 1,264: | ||
|Eidos Interactive Limited | |Eidos Interactive Limited | ||
|Action<br/>Platformer | |Action<br/>Platformer | ||
| | | | ||
|Multi languages | |||
|[https://www.mobygames.com/game/exen/tomb-raider-quest-for-cinnabar] | |[https://www.mobygames.com/game/exen/tomb-raider-quest-for-cinnabar] | ||
|{{✓}} | |{{✓}} | ||
| Line 1,161: | Line 1,274: | ||
|Eidos Interactive Limited | |Eidos Interactive Limited | ||
|Action<br/>Platformer | |Action<br/>Platformer | ||
| | | | ||
|Multi languages | |||
|[https://www.mobygames.com/game/exen/tomb-raider-the-osiris-codex] | |[https://www.mobygames.com/game/exen/tomb-raider-the-osiris-codex] | ||
|{{✓}} | |{{✓}} | ||
| Line 1,170: | Line 1,284: | ||
| | | | ||
|Sports | |Sports | ||
| | |||
| | | | ||
| | | | ||
| Line 1,179: | Line 1,294: | ||
|In-Fusio | |In-Fusio | ||
|Puzzle | |Puzzle | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113701/http://www.in-fusio.com/game_Wall_Breaker_54.php?1815127872] | |[https://web.archive.org/web/20051016113701/http://www.in-fusio.com/game_Wall_Breaker_54.php?1815127872] | ||
| Line 1,188: | Line 1,304: | ||
|In-Fusio | |In-Fusio | ||
|Sports | |Sports | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/winter-sports_]/[https://web.archive.org/web/20051016113132/http://www.in-fusio.com/game_Winter_Sports_55.php?1815127872] | |[https://www.mobygames.com/game/exen/winter-sports_]/[https://web.archive.org/web/20051016113132/http://www.in-fusio.com/game_Winter_Sports_55.php?1815127872] | ||
| Line 1,197: | Line 1,314: | ||
|THQ Wireless Inc. | |THQ Wireless Inc. | ||
|Strategy<br/>Arcade | |Strategy<br/>Arcade | ||
| | |Yes | ||
| | |||
|[https://www.mobygames.com/game/exen/worms_] | |[https://www.mobygames.com/game/exen/worms_] | ||
|{{✓}} | |{{✓}} | ||
|- | |- | ||
|X-Mas: Tales | |X-Mas: Tales | ||
| | |||
| | | | ||
| | | | ||
| Line 1,215: | Line 1,334: | ||
|The Mighty Troglodytes | |The Mighty Troglodytes | ||
|Action<br/>Platformer | |Action<br/>Platformer | ||
| | |||
| | | | ||
|[https://www.mobygames.com/game/exen/yu-a-warrior-tale] | |[https://www.mobygames.com/game/exen/yu-a-warrior-tale] | ||
| Line 1,224: | Line 1,344: | ||
|In-Fusio | |In-Fusio | ||
|Platformer | |Platformer | ||
| | |||
| | | | ||
|[https://web.archive.org/web/20051016113710/http://www.in-fusio.com/game_Zaps_106.php?1815127872] | |[https://web.archive.org/web/20051016113710/http://www.in-fusio.com/game_Zaps_106.php?1815127872] | ||
| Line 1,229: | Line 1,350: | ||
|- | |- | ||
|Zombie Nurse | |Zombie Nurse | ||
| | |||
| | | | ||
| | | | ||
| Line 1,242: | Line 1,364: | ||
|In-Fusio | |In-Fusio | ||
|Strategy | |Strategy | ||
| | |Yes | ||
| | |||
|[https://www.mobygames.com/game/exen/zoo-tycoon-2-mobile]/[https://web.archive.org/web/20051016113234/http://www.in-fusio.com/game_Zoo_Tycoon_2_Mobile_94.php?1815127872] | |[https://www.mobygames.com/game/exen/zoo-tycoon-2-mobile]/[https://web.archive.org/web/20051016113234/http://www.in-fusio.com/game_Zoo_Tycoon_2_Mobile_94.php?1815127872] | ||
|{{✓}} | |{{✓}} | ||