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)
กล่องแสดงผลงานอาร์ตเวิร์กโดดเด่น
_
1
กล่องแสดงผลงานรางวัลความสำเร็จ
กล่องแสดงผลงานอาร์ตเวิร์กโดดเด่น
programming
2 1
กล่องแสดงผลงานไอเท็ม
เกมที่ชื่นชอบ
40
ชั่วโมงที่เล่นไปแล้ว
7
รางวัลความสำเร็จ
กลุ่มที่ชื่นชอบ
Unity - Game Engine - กลุ่มสาธารณะ
Unity Game Developers
35
สมาชิก
0
ในเกม
4
ออนไลน์
9
ในห้องแช็ต
กล่องแสดงผลงานบทวิจารณ์
เล่นไปแล้ว 402 ชั่วโมง
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.
กล่องแสดงผลงานอาร์ตเวิร์ก
programmer
3 2
ความเห็น
Mr Robot 27 เม.ย. @ 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!"); }}