pleasenophp / lba2remake

A Little Big Adventure 2 / Twinsen's Odyssey reimplementation in JavaScript / Three.js / React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LBA2 Remake

CircleCI LatestTag Total alerts Language grade: JavaScript

A Little Big Adventure 2 / Twinsen's Odyssey reimplementation in JavaScript / Three.js / React

Vision / goals

Phase 1: Reimplement the LBA2 game engine

  • Should look and play like the original
  • Full re-engineering instead of dissassembly-based approach
  • Focus on code quality, make it easy to read and modify
  • Milestones: Gameplay 1, Gameplay 2, Gameplay 3, Gameplay 4

Phase 2: Make a HD version of the game

Phase 3: Become a platform for modding and action/adventure game development

  • Progressively add tools to the editor to support mods
  • Have all tools grouped in a single integrated platform
  • Milestones: Modding 1, Modding 2, Modding 3

Status

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. Check out the gameplay milestones to see what needs to be done before the game becomes playable from start to end.

Game screenshot

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). Progress on the editor is tracked by the modding milestones.

Editor screenshot

For more information, check the FAQ.

Contributing

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.

Getting started

(more details here)

  • Make sure you own a copy of the original game: GOG or Steam
  • Download Node.js LTS (if you already have node.js installed, make sure it is a recent version: >= 9.x.x)
  • Clone the Git project and go to the root project folder in PowerShell on Windows or Terminal on Mac for the next commands.
  • Run npm install
  • Run npm run import-win "<original game folder>" on Windows or npm run import "<original game folder>" on Mac Example: npm run import-win "c:\Games\Little Big Adventure 2"
  • Run npm run dev
  • Fire up your browser at page http://localhost:8080
  • Enjoy!

Community

License

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!

About

A Little Big Adventure 2 / Twinsen's Odyssey reimplementation in JavaScript / Three.js / React

License:MIT License


Languages

Language:TypeScript 92.8%Language:CSS 2.4%Language:GLSL 2.0%Language:JavaScript 0.9%Language:C# 0.9%Language:Java 0.5%Language:Swift 0.5%Language:PowerShell 0.0%Language:Batchfile 0.0%Language:Shell 0.0%