7Belo
Alfredo Gomes   Belo Horizonte, Minas Gerais, Brazil
 
 
- 2007 1st Campeonato Brasileiro de Par ou Ímpar
- 2008 1st Campeonato Mineiro de Quebra Cabeça
- 2009 7th Campeonato Mundial de Bolinhas de Gude
- 2010 Califonia, EUA 2nd Copa America das Nações de Ioiô
- 2011 Suécia 1st Campeonato Mundial de Pique-Esconde
- 2012 Toronto, Canada 1st Campeonato Mundial de Futebol de Mesa (Botão)
Featured Artwork Showcase
_
1
Featured Artwork Showcase
programming
2 1
Favorite Game
40
Hours played
7
Achievements
Favorite Group
Unity - Game Engine - Public Group
Unity Game Developers
37
Members
0
In-Game
7
Online
9
In Chat
Review Showcase
402 Hours played
Red Dead Redemption 2 features a visually stunning and highly immersive world. The attention to detail is remarkable, from the realistic weather changes to the way characters' facial expressions convey emotions.

Character animations, especially during interactions and cutscenes, are incredibly realistic, enhancing the narrative experience. Voice acting and sound design further immerse players in the atmosphere of the Wild West.
Artwork Showcase
programmer
3 2
Comments
Mr Robot 27 Apr @ 5:45pm 
using System;

class Program
{
static void Main()
{
Console.WriteLine("Sou um programador de jogos e minha vida é cheia de emoções:");
Console.WriteLine();

int quantidadeProblemas = 99;
string pluralProblemas = quantidadeProblemas == 1 ? "problema" : "problemas";

for (int i = quantidadeProblemas; i > 0; i--)
{
Console.WriteLine($"Tinha {i} {pluralProblemas} no código,");
Console.WriteLine($"Tinha {i} {pluralProblemas},");
Console.WriteLine($"Peguei um, corrigi,");
Console.WriteLine($"Agora tem {i - 1} {pluralProblemas} no código!");
Console.WriteLine();
}

Console.WriteLine("Agora meu código está perfeito... Ou não!"); }}