Knox Game Design

Knox Game Design

Knox Game Design is a monthly discussion by game creators in the Knoxville, Tennessee area. We share our ideas, show off projects, and discuss current topics related to video game development. Our group explores the many facets of the game design process, such as coding, graphics, modeling, animation, story, and promotion. You can find out more information on the group including future meeting dates at knoxgamedesign.org

Episodes

February 23, 2026 36 mins
Explanation of recreating the classic snake game for QBasic called Nibbles in MonoGame.Steps: Moving blocks. Add snake body. Limit snake length. Adding collectibles. Adding levels, Game States. Sound Effects. Title Screen, Options, Pause. Links
Mark as Played
Commemoration of 10 years of the Knox Game Design podcast, with Jacob, Colin, Levi, and RollyMusic. Jacob talks about the GameMaker game he has been creating called Stormbound. https://scrangican.itch.io/stormbound We also talk about the new chat channel for collaboration. James (Lil Snug/locksmitharmy) has a signup for a community game development project. https://discord.com/channels/596076724068941858/1458951461152231629 Attende...
Mark as Played
Design and implementation of a turn based real estate game in twelve steps using MonoGame and C#.
Mark as Played
Demo of using hinge joints in unity for doors and pinball flippers. Links and Notes Source code – https://github.com/levidsmith/KnoxGameDesign/tree/master/hinge_joint Joints in Unity – https://docs.unity3d.com/6000.2/Documentation/Manual/Joints.html Hinge Joint component in Unity – https://docs.unity3d.com/6000.0/Documentation/Manual/class-HingeJoint.html Podcast theme music – Ride by Pocketmaster
Mark as Played
Overview and implementation of a 3×3 puzzle cube game using Blender, Unity, and C# code. Links and Notes Source code – https://github.com/levidsmith/KnoxGameDesign/tree/master/3x3_puzzle_cube/3x3PuzzleCube Podcast theme music – Ride by Pocketmaster
Mark as Played
Overview of ten special weapons for a 2D platformer game, along with demos in MonoGame with explanation of C# code. The weapons covered are normal (buster), eight way, freeze, wave, boomerang, tornado, charge, orbit shield, roller, exploder. Links and Notes Source code – https://github.com/levidsmith/KnoxGameDesign/tree/master/special_weapons Podcast theme music – Ride by Pocketmaster
Mark as Played
August 26, 2025 19 mins
Examples of the various types of gates used in the design of games.   Links and Notes The Level Design Book – https://book.leveldesignbook.com/process/layout/typology/gates What Games Are – https://www.whatgamesare.com/gating.html Mapcore – https://www.mapcore.org/topic/20013-player-gating-in-level-design/ Gating in level design – https://shaunspalding.co.uk/gating-in-level-design/ Technical Game Design R...
Mark as Played
Design and implementation steps for creating a pellet eating maze game in MonoGame with C#. Source code – https://github.com/levidsmith/KnoxGameDesign/tree/master/pellet_eating Links and Notes MonoGame – https://monogame.net/ Visual Studio – https://visualstudio.microsoft.com/ Ghost behaviors – https://pacman.fandom.com/wiki/Maze_Ghost_AI_Behaviors Podcast theme music – Ride by Pocketmaster
Mark as Played
Two demos for using the Gimp Perspective Tool to create textures from photos. The textures are then applied to a mesh in Blender which is exported into an FBX model. The model is then imported into Unity which can be used in a game. Links and Notes Gimp – https://www.gimp.org/ Blender – https://www.blender.org/ Unity – … Continue reading Perspective Tool for Textures – ...
Mark as Played
Explanation of three methods for capturing screenshots for your game. 1. Print Screen key 2. Snipping tool 3. OBS with VLC (VideoLAN). How to use Gimp to crop and scale a screenshot image to the desired size. Links and Notes Open Broadcaster Software (OBS) – https://obsproject.com/ VideoLAN, VLC media player – https://www.videolan.org/ Gimp (GNU Image … Continue reading Screenshots...
Mark as Played
Five great games were created for Knox Game Jam 2025.  Thanks to everyone who attended the kickoff and created a game.  Great job everyone! Reality Breach by Jeffry Reality Breach is a browser-based bullet hell game with an alternate reality theme and cell-shaded graphics. Players take on the role of a “Reality Architect” who must … Continue reading Knox Game Jam 2025 – Knox ...
Mark as Played
What is a simulation? Are simulations games? A look at simulations such as SimCity, Micropolis, and Conway’s Game of Life. Links and Notes Demo source code – https://github.com/levidsmith/KnoxGameDesign/blob/master/simulations/conway/conway.c Micropolis source code – https://github.com/SimHacker/micropolis MicropolisJS – https://www.graememcc.co.uk/micropolisJS/ LifeWiki (Conway’s Game of Life) –...
Mark as Played
February 24, 2025 18 mins
New Game Releasing this month Check out the new game Shrine of the Forest God by Dustin, which will be released on Steam on February 28, 2025. Monthly Presentation How to create a simple client and server socket connections in Python to send network data. Demo of how to use socket code to implement a … Continue reading Sockets – Knox Game Design, February 2025 Read more
Explanation of how to implement drag and drop interface for games. Demos with source code include Unity (C#), MonoGame (C#), GameMaker (GML), and SDL (C). Links and Notes Demo source code – https://github.com/levidsmith/KnoxGameDesign/tree/master/draganddrop Unity – https://unity.com/ MonoGame – https://monogame.net/ GameMaker – https://gamemaker.io/en SDL – https://www.libsdl.org/ Podcast theme music ...
Mark as Played
Overview of steps to create a Solitaire game in Unity. Links and Notes Demo source code – https://github.com/levidsmith/KnoxGameDesign/tree/master/solitaire OpenGameArt card front sprites – https://opengameart.org/content/playing-cards-vector-png OpenGameArt card back sprite – https://opengameart.org/content/colorful-poker-card-back Unity – https://unity.com/ Podcast theme music – Ride by Pocketmaster
Mark as Played
Explanation of mesh model face normals in Blender, which are imported into Unity. Steps to show normals in Blender and how to flip and recalculate normals. Links and Notes Demo project – https://github.com/levidsmith/KnoxGameDesign/tree/master/blender_normals Blender – https://www.blender.org/ Unity – https://unity.com/ Podcast theme music – Ride by Pocketmaster
Mark as Played
Analysis of how battle damage is calculated in role playing games (RPGs). How damage is calculated in traditional table top RPGs using dice rolls. Statistical analysis of outcomes of various dice combinations. Calculation of battle damage in the video game RPGs Dragon Quest (Dragon Warrior) and Final Fantasy along with verification of damage outcomes. Links … Continue reading RPG Battle Damage...
Mark as Played
September 28, 2024 17 mins
Overview of how to use NFTs (non fungible tokens) in games, including how to mint tokens, specify trait values, and using OpenSea API to read NFT data into a game. Demo of Unity RPG game using NFTs for equippable weapons. Links and Notes Blockchain RPG demo – https://github.com/levidsmith/KnoxGameDesign/tree/master/blockchain/BlockchainRPG OpenSea API – https://docs.opensea.io/reference/api-overview Podcast theme music ...
Mark as Played
Proof of concept demonstration on how to implement a blockchain to track game currency and purchase of game items.  In this demonstration, the blockchain is created in PHP on a Fedora Linux virtual machine running in Virtual Box.  The block chain is pulled into Unity through C# networking code.  Regular expressions are used to parse … Continue reading Blockchain for Game Development – Kn...
Mark as Played
Demonstration of how to use the FCEUX emulator memory tools to determine the memory location of in-game variables, such as number of coins. How to set a breakpoint with the Hex Editor to find the 6502 assembly code that is executed when a memory location is changed. Analysis of assembly code for awarding an extra … Continue reading Exploring NES Memory – Knox Game Design, July 2024

Popular Podcasts

    How do the smartest marketers and business entrepreneurs cut through the noise? And how do they manage to do it again and again? It's a combination of math—the strategy and analytics—and magic, the creative spark. Join iHeartMedia Chairman and CEO Bob Pittman as he analyzes the Math and Magic of marketing—sitting down with today's most gifted disruptors and compelling storytellers.

    Eye On College Basketball

    CBS Sports’ official college basketball podcast is the most entertaining and informative of its kind. Gary Parrish and Matt Norlander bring the sport into your ears at least three times per week with commentary, reporting, insider information and statistical analysis throughout college basketball all year long.

    The Questlove Show

    The Questlove Show builds on the award-winning Questlove Supreme podcast, bringing listeners into intimate, one-on-one conversations with peers, influences, and friends. Hosted by Ahmir “Questlove” Thompson, each episode uncovers the unexpected — from morning rituals and hidden talents to the art and experiences that shaped a guest’s journey. Sometimes playful, sometimes profound, always curious, QLS offers rare insight into leaders in music, film, television, comedy, literature, mental health, and beyond. It’s a fresh, unpredictable spin from a trusted source — a place where randomness is encouraged, tangents are welcomed, and conversations are anything but ordinary.

    Dateline NBC

    Current and classic episodes, featuring compelling true-crime mysteries, powerful documentaries and in-depth investigations. Follow now to get the latest episodes of Dateline NBC completely free, or subscribe to Dateline Premium for ad-free listening and exclusive bonus content: DatelinePremium.com

    The Dan Bongino Show

    The Dan Bongino Show delivers no-nonsense analysis of the day’s most important political and cultural stories. Hosted by the former Deputy Director of the FBI, former Secret Service agent, NYPD officer, and bestselling author Dan Bongino, the show cuts through media spin with facts, accountability, and unapologetic conviction. Whether it’s exposing government overreach, defending constitutional freedoms, or connecting the dots the mainstream media ignores, The Dan Bongino Show provides in-depth analysis of the issues shaping America today. Each episode features sharp commentary, deep dives into breaking news, and behind-the-scenes insight you won’t hear anywhere else. Apple: https://podcasts.apple.com/us/podcast/the-dan-bongino-show/id965293227?mt=2 Spotify: https://open.spotify.com/show/4sftHO603JaFqpuQBEZReL?si=PBlx46DyS5KxCuCXMOrQvw Rumble: https://rumble.com/c/bongino?e9s=src_v1_sa%2Csrc_v4_sa_o

Advertise With Us
Music, radio and podcasts, all free. Listen online or download the iHeart App.

Connect

© 2026 iHeartMedia, Inc.