Welcome!
Hey there! I'm Vincent, a game developer and student at RIT. This blog is where I'll be sharing my thoughts on game development, programming, and whatever else catches my interest.
What to Expect
Here are some topics I plan to write about:
- Game Development — breakdowns of my projects, design decisions, and lessons learned
- Programming — tips, tricks, and interesting problems I've solved
- Student Life — navigating college as a game design and development major
A Quick Code Snippet
Here's a classic hello world in C#, since that's what I write most of my games in:
using System;
class Program
{
static void Main()
{
Console.WriteLine("Hello, World!");
}
}
Stay Tuned
I'm excited to start sharing more here. If you want to connect, feel free to reach out through the links on my site.
"The best way to predict the future is to create it." — Peter Drucker
Thanks for reading!