Sneed Cody

Versatile Game Developer specializing in creating captivating 2D and 3D games using Unity and Unreal Engine. With a passion for turning concepts into immersive gaming experiences, I bring expertise in both realms, offering seamless Unity 2D development, Unreal 3D magic, and everything in between. From innovative mechanics to stunning visuals, let's collaborate to bring your gaming visions to reality.
46 Posts

How to Fix Error Google Play Games Authentication in Unity Returning Login

I recently spent a few very frustrating days trying to integrate Google Play Games Services authentication into my Unity Android project. What should’ve been...

How to Fix a Game Error in a Nested Array with JavaScript

Uncaught TypeError Cannot read property 'x' of undefined, if you've seen this error while working with nested arrays in JavaScript, you're not alone. I...

How to Fix My Android Game Layout Resource After Publishing to the Play Store

I want to share a bug I ran into recently while developing my Android game. The game worked perfectly on my test devices, but...

How Do I Fix the Segmentation Fault Error at Pygame.init() in Pygame

I've recently started building a small platformer style game in Python using Pygame, inspired by Super Mario or rather, my own take on it...

How to Fix a Minimax Alpha Beta AI for the Oware (Awele) Game in Lisp

I'm currently working on a university project where I have to implement the Oware (or Awele) game in Common Lisp, including a basic AI...