]> git.jsancho.org Git - blog.git/commitdiff
New post "Lugaru: Turner's friends"
authorJavier Sancho <jsf@jsancho.org>
Mon, 26 Feb 2018 16:30:37 +0000 (17:30 +0100)
committerJavier Sancho <jsf@jsancho.org>
Mon, 26 Feb 2018 16:30:37 +0000 (17:30 +0100)
images/lugaru.jpg [new file with mode: 0644]
posts/20180223-lugaru.html [new file with mode: 0644]

diff --git a/images/lugaru.jpg b/images/lugaru.jpg
new file mode 100644 (file)
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 (file)
index 0000000..6c55250
--- /dev/null
@@ -0,0 +1,19 @@
+title: Lugaru: Turner's friends
+date: 2018-02-26 17:30
+tags: juegos, lugaru
+---
+<div>
+  <a href="images/lugaru.jpg"><img src="images/lugaru.jpg" alt="Lugaru" width="300" height="225" class="image-left" /></a>
+
+  <p><a href="https://en.wikipedia.org/wiki/Lugaru">Lugaru</a> 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. <a href="https://gitlab.com/osslugaru/lugaru.git">Lugaru code and its contents</a> are free.</p>
+
+  <p>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.</p>
+
+  <p>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.</p>
+
+  <p>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.</p>
+
+  <p>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 <a href="https://git.jsancho.org/?p=lugaru.git;a=shortlog;h=refs/heads/improvements">my personal branch for Lugaru improvements</a> you can see how I solved the problem and I also have made the video <a href="https://www.youtube.com/watch?v=hk79QqtMcZo">Lugaru: los amigos de Turner</a> so you can watch the result.</p>
+
+  <p>Surely, you can do these things with private games just as easily, don't you?</p>
+</div>