All Projects → agrande → Lba2remake

agrande / Lba2remake

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

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Lba2remake

Glas
WebGL in WebAssembly with AssemblyScript
Stars: ✭ 278 (+139.66%)
Mutual labels:  game-engine, gamedev, 3d, webgl, threejs
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+3113.79%)
Mutual labels:  game, game-engine, gamedev, 3d, webgl
Expo Voxel
🎮🌳 Voxel Terrain made in React Native. ∛
Stars: ✭ 169 (+45.69%)
Mutual labels:  game, game-engine, webgl, threejs
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+1670.69%)
Mutual labels:  game, game-engine, gamedev, 3d
Fxgl
Stars: ✭ 2,378 (+1950%)
Mutual labels:  game, game-engine, gamedev, 3d
Dino3d
🦖 Google Chrome T-Rex Run! in 3D (WebGL experiment)
Stars: ✭ 263 (+126.72%)
Mutual labels:  game, gamedev, webgl, threejs
Cpp 3d Game Tutorial Series
C++ 3D Game Tutorial Series is a YouTube tutorial series, whose purpose is to help all those who want to take their first steps in the game development from scratch.
Stars: ✭ 400 (+244.83%)
Mutual labels:  game, game-engine, gamedev, 3d
Roygbiv
A 3D engine for the Web
Stars: ✭ 499 (+330.17%)
Mutual labels:  game-engine, 3d, webgl, threejs
Qake
Qake voxel-engine demo
Stars: ✭ 100 (-13.79%)
Mutual labels:  game, gamedev, threejs
Coffee
An opinionated 2D game engine for Rust
Stars: ✭ 771 (+564.66%)
Mutual labels:  game, game-engine, gamedev
Giojs
🌏 A Declarative 3D Globe Data Visualization Library built with Three.js
Stars: ✭ 1,528 (+1217.24%)
Mutual labels:  3d, webgl, threejs
React 3d Viewer
A 3D model viewer component based on react.js 一个基于react.js的组件化3d模型查看工具
Stars: ✭ 100 (-13.79%)
Mutual labels:  3d, webgl, threejs
Engine
Fast and lightweight JavaScript game engine built on WebGL and glTF
Stars: ✭ 6,890 (+5839.66%)
Mutual labels:  game-engine, gamedev, webgl
Harp.gl
harp.gl - web map rendering engine
Stars: ✭ 828 (+613.79%)
Mutual labels:  3d, webgl, threejs
Avg Core
A Future-oriented Adventure Game Framework based on React & Pixi.js. Docs: https://avgjs.github.io/docs/
Stars: ✭ 740 (+537.93%)
Mutual labels:  game, game-engine, webgl
Sunset Cyberspace
🎮👾Retro-runner Game made in Expo, Three.js, OpenGL, WebGL, Tween. 🕹
Stars: ✭ 54 (-53.45%)
Mutual labels:  game, webgl, threejs
Solar System Threejs
The Solar System: Modeled to scale with Three.js
Stars: ✭ 107 (-7.76%)
Mutual labels:  3d, webgl, threejs
Expo Crossy Road
🐥🚙 Crossy Road game clone made in Expo (iOS, Android, web), THREE.js, Tween, React Native. 🐔
Stars: ✭ 701 (+504.31%)
Mutual labels:  game, webgl, threejs
Shadoweditor
Cross-platform 3D scene editor based on three.js, golang and mongodb for desktop and web. https://tengge1.github.io/ShadowEditor-examples/
Stars: ✭ 1,060 (+813.79%)
Mutual labels:  game-engine, webgl, threejs
Vulkust
An engine for Vulkan in Rust, tries to implement modern graphic features. (suspended for now)
Stars: ✭ 64 (-44.83%)
Mutual labels:  game, game-engine, 3d

LBA2 Remake

CircleCI LatestTag Total alerts Language grade: JavaScript

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

Live demo (or Editor mode)

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

Phase 2: Make a HD version of the game

  • Improve graphics and gameplay in a way that preserves the original look & feel
  • More of a remastered version than a remake
  • Support more platforms and ways of playing (ex: VR & Mobile)

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

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.

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).

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 OS
    • Example Windows: npm run import:win "c:\Games\Little Big Adventure 2"
    • Example Mac OS: npm run import /Applications/Little\ Big\ Adventure\ 2\ \(Twinsen\'s\ Odyssey\).app/
  • 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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].