Contents |
Games
These tutorials try to explain how to create a game in ludiloom. Clone an arena, check the tutorials, see how we made them and then make a better one!
Making a simple game: Dominoes
Dominoes is a simple physics game designed to be a a tutorial or starting point to develop other simple games. You can create an arena and start form there or just to take a look at the code and object structure.
Check out this tutorial here.
Making a multiplayer game: Desert Attack
With the multiplayer Desert Attack, we show the specifics of making a multiplayer game. You can find other tips in there also, such as controlling a first-person avatar, shooting, switching weapons, etc.
This tutorial gives a deeper explanation of the multiplayer game development in ludiloom.
Player Characters
First-person
This tutorial is about making an FPS-like character. The player controls the character with the mouse to look and rotate, and with the keyboard to move forward, backward and strafe.
Third-person
In this tutorial, we explain how to make a third-person character, like the ones found in several RPGs. The player controls the character by clicking on the ground.
Keyboard-controlled
This character is controlled only with the keyboard (forward, backward, turn left and turn right).

