From: Javier Sancho Date: Mon, 26 Feb 2018 16:30:37 +0000 (+0100) Subject: New post "Lugaru: Turner's friends" X-Git-Url: https://git.jsancho.org/?p=blog.git;a=commitdiff_plain;h=7a5bde346ddd48b5457f304b7666221009aa9428 New post "Lugaru: Turner's friends" --- diff --git a/images/lugaru.jpg b/images/lugaru.jpg new file mode 100644 index 0000000..7e90e5f Binary files /dev/null and b/images/lugaru.jpg differ diff --git a/posts/20180223-lugaru.html b/posts/20180223-lugaru.html new file mode 100644 index 0000000..6c55250 --- /dev/null +++ b/posts/20180223-lugaru.html @@ -0,0 +1,19 @@ +title: Lugaru: Turner's friends +date: 2018-02-26 17:30 +tags: juegos, lugaru +--- +
+ Lugaru + +

Lugaru is a 3D action game in which you are Turner, a rabbit who lives a series of adventures against other hostile rabbits and wolves. Turner is an expert in martial arts. Lugaru code and its contents are free.

+ +

I write about this game because it has become one of my son's favorites. This is due to the enormous features that the game provides to edit levels, add new characters, create new stories and, in general, do whatever we want with it.

+ +

But Roberto started asking me more things. In Lugaru, Turner faces all the dangers alone and my son wanted to have friends who help him to fight the forces of evil. At first, I didn't listen to him, but the insistence of a 5 year old kid is powerful, and finally, I started to study the game code to evaluate how much I could please him.

+ +

Lugaru uses SDL, which surprised me, because I expected some more sophisticated engine, and its code isn't too debugged and has many parts that could be refactored, but it uses very descriptive names for variables and functions that allowed me to understand in a short time the internal structure of the game and how I could get what I wanted.

+ +

After a week, you can check what I have achieved. It's quite nice for the little experience I have in this type of development. In my personal branch for Lugaru improvements you can see how I solved the problem and I also have made the video Lugaru: los amigos de Turner so you can watch the result.

+ +

Surely, you can do these things with private games just as easily, don't you?

+