Initial commit
This commit is contained in:
56
README.md
Normal file
56
README.md
Normal file
@@ -0,0 +1,56 @@
|
||||
# Little Big Adventure 1 - Engine source code
|
||||
Little Big Adventure (aka Relentless: Twinsen's Adventure) is an action-adventure game, developed by Adeline Software International in 1994.
|
||||
|
||||
We are releasing this code with preservation in mind, as this piece of work was exceptional for the time and we believe it can be a valuable source of education.
|
||||
|
||||
The engine uses Assembly code and was originally compiled with non-open source libraries which have been excluded from the project.
|
||||
|
||||
### Licence
|
||||
This source code is licensed under the [GNU General Public License](https://github.com/2point21/lba1-classic/blob/main/LICENSE).
|
||||
|
||||
Please note this license only applies to **Little Big Adventure 1** engine source code. **Little Big Adventure 1** game assets (art, models, textures, audio, etc.) are not open-source and therefore aren't redistributable.
|
||||
|
||||
## How can I contribute ?
|
||||
This project is the historic version of the open source project and meant to be kept as it was developed in 1994 ! Pull requests to this repository are **not** accepted.
|
||||
|
||||
You can contribute to the community project here : https://github.com/2point21/lba1-classic-community
|
||||
|
||||
You can also help to build the official documentation here : https://github.com/2point21/lba-classic-doc
|
||||
|
||||
## Links:
|
||||
**Official Website:** https://www.2point21.com/games/little-big-adventure-twinsen
|
||||
|
||||
**Discord:** https://discord.gg/wQse6WB6
|
||||
|
||||
**Docs:** https://lba-classic-doc.readthedocs.io/
|
||||
|
||||
## Buy the game:
|
||||
[[GoG]](https://www.gog.com/game/little_big_adventure) [[Steam]](https://store.steampowered.com/app/397330/Little_Big_Adventure__Enhanced_Edition/?l=french)
|
||||
|
||||
## Original Dev Team
|
||||
Direction: Frédérick Raynal
|
||||
|
||||
Programming: Frédérick Raynal / Laurent Salmeron / Serge Plagnol / Frantz Cournil / Olivier Lhermite
|
||||
|
||||
3D Objects & Animation: Didier Chanfray
|
||||
|
||||
Scenery Graphics: Yaël Barroz / Jean-Marc Torroella
|
||||
|
||||
Story & Design: Frédérick Raynal / Yaël Barroz / Jean-Jacques Poncet / Didier Chanfray / Laurent Salmeron
|
||||
|
||||
Dialogs: Jean-Jacques Poncet
|
||||
|
||||
Story Coding: Sébastien Viannay / Frantz Cournil / Jean-Jacques Poncet
|
||||
|
||||
Video Sequences: Frédéric Taquet / Didier Chanfray
|
||||
|
||||
Music & Sound FX: Philippe Vachey
|
||||
|
||||
Testing: Nicolas Viannay / Alexis Madinier / Lionel Chaze / Vijay Maharaj
|
||||
|
||||
Quality Control: Emmanuel Oualid
|
||||
|
||||
## Copyright
|
||||
The intellectual property is currently owned by [2.21]. Copyright [2.21]
|
||||
|
||||
Originaly developed by Adeline Software International in 1994
|
||||
Reference in New Issue
Block a user