Final Parsec Blog

You're browsing our blog archive - featured posts are here at the top. Keep scrolling to dive deeper into a wide range of posts on the topics you care about.

blog archive hero image

Featured posts

  • Title
    Strategies to Craft Worlds Players Love
    Summary
    Learn to craft immersive, purposeful worlds for games with tips on organization, reusable lore, avoiding pitfalls, and keeping players engaged through curiosity and discovery.
    Publish date
    Author
    Baer Bradford
  • Title
    RoboFreeze Inc.
    Summary
    Two boys build an ice cream robot with off-the-shelf parts, aiming to revolutionize the industry. This is the rise and fall of their ice cream-fueled adventure.
    Publish date
    Author
    Baer Bradford
  • Title
    Shaders in Unity: Core Concepts
    Summary
    Shaders are a powerful tool in game development, allowing developers to create rich, visually striking effects that can greatly enhance the realism and immersion of a game. However, they can also be complex and difficult to understand.
    Publish date
    Author
    Baer Bradford

Unity

Check out our collection of Unity articles, covering everything from beginner tutorials to more advanced development techniques.

World Building

Explore our world building articles, offering guidance on crafting detailed settings, characters, and lore for your game.

Learn C#

This series of blog posts is designed to help you learn C# from scratch, with a focus on game development. Each post includes a video tutorial and code samples to guide you through key concepts and practical applications.

blog post preview image
learn-c-sharp

C# Lesson 7

You're familiar with "while" loops in C#, but but it's time to learn about "for" loops. Let's get loopy in the 7th lesson in our series about learning C#.

Tutorials

This section offers comprehensive tutorials on a wide range of game development topics. From design to advanced programming techniques, each guide is crafted to help you level up your skills in game creation.

Map Generation

Check out some posts related to 2D tilemaps for tower defense games, randomly generated maps for top down 2D games, and guides on pathfinding algorithms.