|

LBANet is a multiplayer game based on the original game Little Big Adventure.
The game is written in C++ and is open source for the client and also the server part. You can find the source code here
The game was designed to be multiplatform but we are currently only supporting Windows platforms because of a lack of time. However as the source is open and only use multiplatform library so if you are interested in porting the game over other platform just contact the team and we can help you there.
The game uses OpenGL as rendering engine. Thanks to that we do not use an isometric view anymore but a real 3D perspective view. You can have a look by yourself on the attached picture.
Current game features:
- walk twinsen through all original lba1 maps but also a few lba2 maps
- play ingame music for each maps (mp3 format)
- you can change stances like in the original game, in addition to that you can also ride horse and dinofly through exterior maps.
- twinsen has a life bar and will loose life if you fall down from to high or if you touch spikes. He will die if he has no more life. He will also drown if you go over water
- in game chat with multiple channels but also with browser based application
- support of smileys and color in the game chat
- you can connect the game to the MBN IRC channel
- support for in game videos in avi format
- support for mikshape 3d model importing
- the game is totally modular. You can create your own maps or even your own world and share it to the community.
- inventory feature
- You can talk to NPC and get quests from there
- support for game fight system including magic ball and other projectiles (not yet fully implemented)
|