<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tutorials on Vitor Cantão</title>
    <link>https://www.vitorcantao.com/categories/tutorials/</link>
    <description>Recent content in Tutorials on Vitor Cantão</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 23 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://www.vitorcantao.com/categories/tutorials/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Recreating the Climbing System from Zelda BOTW in Unreal (C&#43;&#43;)</title>
      <link>https://www.vitorcantao.com/post/climbing-system/</link>
      <pubDate>Thu, 23 Jun 2022 00:00:00 +0000</pubDate>
      
      <guid>https://www.vitorcantao.com/post/climbing-system/</guid>
      <description>Introduction The Legend of Zelda: Breath of the Wild needs no introduction. It’s a game that redefined the modern open-world formula. It’s all about exploration, discovery, and freedom. As such, movement plays a fundamental role in making the game loop fun. There is no shortage of great movement mechanics, and the climbing system is no exception. See a mountain on the horizon? You can climb it. Need to scout the area?</description>
    </item>
    
    <item>
      <title>Recreating the Gloo Cannon from Prey in Unreal (C&#43;&#43;)</title>
      <link>https://www.vitorcantao.com/post/gloo-cannon/</link>
      <pubDate>Wed, 23 Mar 2022 00:00:00 +0000</pubDate>
      
      <guid>https://www.vitorcantao.com/post/gloo-cannon/</guid>
      <description>Introduction Prey (2017) is one of my favorite games. From the incredibly crafted non-linear level design to the player-centric systems and story, this game delivers a remarkable experience.
There is, however, one game mechanic from Prey that stands out: the Gloo Cannon. Recreating game mechanics is always a fun and rewarding process. So, as both a tribute and a learning project, I made this little fun project. I hope you like it!</description>
    </item>
    
    <item>
      <title>Intro to Game Development in Unity - Pong 2</title>
      <link>https://www.vitorcantao.com/post/2-intro-to-game-development-in-unity-pong/</link>
      <pubDate>Mon, 03 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.vitorcantao.com/post/2-intro-to-game-development-in-unity-pong/</guid>
      <description>Ball Physics Now that we have our paddle moving correctly, we can move to the fun part - the ball physics!
Differently from the paddle, the ball will move independently, so we don&amp;rsquo;t need to worry about player input. It just needs to start moving and bounce whenever it hits something.
For that, let&amp;rsquo;s once again create a script to add the behavior we want. Name it Ball and add it to the ball gameobject.</description>
    </item>
    
    <item>
      <title>Intro to Game Development in Unity - Pong 1</title>
      <link>https://www.vitorcantao.com/post/intro-to-game-development-in-unity-pong/</link>
      <pubDate>Mon, 20 Jan 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.vitorcantao.com/post/intro-to-game-development-in-unity-pong/</guid>
      <description>Introduction Welcome to the first tutorial on Intro to Game Development!
In this series, I aim to present to you the fundamentals of Game Dev by building fun games and well-known game mechanics. For this particular tutorial, we&amp;rsquo;ll be building Pong, a classic and simple game that will help us understand the basics.
Math, physics, programming, algorithms and Unity knowledge will all be present throughout the tutorials, and I hope you can learn and enjoy your time.</description>
    </item>
    
  </channel>
</rss>
