A Little Big Adventure 2 / Twinsen's Odyssey reimplementation in JavaScript / Three.js / React
Currently you can walk around every island and buildings of the original game. Most of the graphic elements are implemented and part of the gameplay. It is not however completable at this point.
The editor mode allows navigating around the game scenes, inspecting scene content and variables, inspecting the game engine internal variables and debugging scripts (you can set breakpoints on actor scripts).
For more information, check the FAQ.
Any help is very much appreciated! Check the How to Contribute guide to know how to do that. A list of current and past contributors can be found here.
>= 9.x.x)npm install
npm run import:win "<original game folder>" on Windows or npm run import "<original game folder>" on Mac OS
npm run import:win "c:\Games\Little Big Adventure 2"
npm run import /Applications/Little\ Big\ Adventure\ 2\ \(Twinsen\'s\ Odyssey\).app/
npm run dev
While the original Little Big Adventure 2 game executable, assets and intellectual property belong to Didier Chanfray SARL, the code within this project is released under the MIT License. That being said, if you do anything interesting with this code, please let us know, we'd love to see it!