Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
Health & Fitness
Technology
About Us
Contact Us
Copyright
© 2024 PodJoint
Loading...
0:00 / 0:00
Podjoint Logo
US
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts114/v4/f3/cd/0d/f3cd0dc2-2743-b31e-6b67-26454680f2fb/mza_6163668918966554865.jpg/600x600bb.jpg
Knox Game Design
Knox Game Design
117 episodes
6 days ago
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
Show more...
Technology
Arts,
Visual Arts
RSS
All content for Knox Game Design is the property of Knox Game Design and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
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
Show more...
Technology
Arts,
Visual Arts
Episodes (20/117)
Knox Game Design
Special Weapons – Knox Game Design, September 2025
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
Show more...
1 month ago
43 minutes 23 seconds

Knox Game Design
Gating – Knox Game Design, August 2025
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 – https://technicalgamedesign.blogspot.com/2011/04/gating.html Podcast theme music – Ride by Pocketmaster
Show more...
2 months ago
19 minutes 44 seconds

Knox Game Design
Pellet Eating Maze Game – Knox Game Design, July 2025
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
Show more...
3 months ago
44 minutes 59 seconds

Knox Game Design
Perspective Tool for Textures – Knox Game Design, June 2025
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 – Knox Game Design, June 2025 →
Show more...
4 months ago
29 minutes 15 seconds

Knox Game Design
Screenshots – Knox Game Design, May 2025
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 – Knox Game Design, May 2025 →
Show more...
5 months ago
14 minutes 33 seconds

Knox Game Design
Knox Game Jam 2025 – Knox Game Design, April 2025
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 Game Design, April 2025 →
Show more...
6 months ago
35 minutes 38 seconds

Knox Game Design
Simulations – Knox Game Design, March 2025
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) – https://conwaylife.com/wiki/Main_Page djgpp – https://www.delorie.com/djgpp/ Podcast theme music – Ride by Pocketmaster
Show more...
7 months ago
23 minutes 5 seconds

Knox Game Design
Sockets – Knox Game Design, February 2025
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 →
Show more...
8 months ago
18 minutes 57 seconds

Knox Game Design
Drag and Drop – Knox Game Design, January 2025
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 – Ride by Pocketmaster
Show more...
9 months ago
30 minutes 30 seconds

Knox Game Design
Solitaire – Knox Game Design, December 2024
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
Show more...
10 months ago
38 minutes 30 seconds

Knox Game Design
Blender Normals – Knox Game Design, November 2024
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
Show more...
11 months ago
8 minutes 50 seconds

Knox Game Design
RPG Battle Damage – Knox Game Design, October 2024
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 – Knox Game Design, October 2024 →
Show more...
1 year ago
25 minutes 32 seconds

Knox Game Design
NFTs – Knox Game Design, September 2024
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 … Continue reading NFTs – Knox Game Design, September 2024 →
Show more...
1 year ago
17 minutes 40 seconds

Knox Game Design
Blockchain for Game Development – Knox Game Design, August 2024
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 – Knox Game Design, August 2024 →
Show more...
1 year ago
51 minutes 50 seconds

Knox Game Design
Exploring NES Memory – Knox Game Design, July 2024
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 →
Show more...
1 year ago
14 minutes 35 seconds

Knox Game Design
Jumping – Knox Game Design, June 2024
Comparison of jumping statistics from various characters in classic platformer games. Analysis of states in jump cycles. Demo of implementation of jump for a 2D platformer game. Links and Notes Demo Code – https://github.com/levidsmith/KnoxGameDesign/tree/master/jumping FCEUX – https://fceux.com/web/home.html Podcast theme music – Ride by Pocketmaster
Show more...
1 year ago
34 minutes 22 seconds

Knox Game Design
Flood Fill Recursion – Knox Game Design, May 2024
Overview of recursion and an explanation of a simple flood fill algorithm. Example demo in MonoGame with C# code. Links and Notes Demo Code – https://github.com/levidsmith/KnoxGameDesign/tree/master/floodfill MonoGame – https://monogame.net/ Podcast theme music – Ride by Pocketmaster
Show more...
1 year ago
26 minutes 1 second

Knox Game Design
Knox Game Jam 2024 Recap – Knox Game Design, April 2024
Thanks to everyone who came out to the Knox Game Jam 2024 kickoff!  Seven great games were created by the group for the game jam.  Great job everyone! Minu by Dustin Claws and Conundrums by James and PandaPuffsForBreakfast You are somewhat of a know-it-all. Your good friend has reached out for help in a murder … Continue reading Knox Game Jam 2024 Recap – Knox Game Design, April 2024 →
Show more...
1 year ago
21 minutes 25 seconds

Knox Game Design
UML with Dia – Knox Game Design, March 2024
Overview of using the Dia tool for creating UML diagrams. UML is a standard for creating various types of diagrams, such as class diagrams, state diagrams, and use case diagrams. Links and Notes UML – https://www.uml.org/ UML examples – https://www.uml-diagrams.org/ Dia at Gnome – https://wiki.gnome.org/Apps/Dia Dia installer – http://dia-installer.de/ Podcast theme music – Ride by … Continue reading UML with Dia – Knox Game Design, March 2024 →
Show more...
1 year ago
34 minutes 20 seconds

Knox Game Design
Texture Mapping – Knox Game Design, February 2024
Explanation of how to create a texture mapped box by reading a BMP image file and displaying with OpenGL.  Then how to create that same texture mapped the box in Blender to export into FBX format.  The model is then imported and displayed multiple different game development environments, such as Unity, MonoGame, Godot, and Unreal … Continue reading Texture Mapping – Knox Game Design, February 2024 →
Show more...
1 year ago
31 minutes 7 seconds

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