Player FM - Internet Radio Done Right
17 subscribers
Checked 24d ago
Ditambah nine tahun yang lalu
Kandungan disediakan oleh Knox Game Design. Semua kandungan podcast termasuk episod, grafik dan perihalan podcast dimuat naik dan disediakan terus oleh Knox Game Design atau rakan kongsi platform podcast mereka. Jika anda percaya seseorang menggunakan karya berhak cipta anda tanpa kebenaran anda, anda boleh mengikuti proses yang digariskan di sini https://ms.player.fm/legal.
Player FM - Aplikasi Podcast
Pergi ke luar talian dengan aplikasi Player FM !
Pergi ke luar talian dengan aplikasi Player FM !
Podcast Berbaloi untuk Didengar
DITAJA
S
Species Unite


“If we march into that village and we start trying to persecute people for using poison, something that's very illegal, nobody's going to talk to us. We're not going to find out where the poison came from. We're not going to be able to shut anything down. We should take the approach that people are using poison because they're desperate, because they see no other alternative.” – Andrew Stein Andrew Stein is a wildlife ecologist who spent the past 25 years studying human carnivore conflict from African wild dogs and lions in Kenya and Botswana to leopards and hyenas in Namibia. His work has long focused on finding ways for people and predators to coexist. He is the founder of CLAWS , an organization based in Botswana that's working at the intersection of cutting-edge wildlife research and community driven conservation. Since its start in 2014 and official launch as an NGO in 2020, CLAWS has been pioneering science-based, tech-forward strategies to reduce conflict between people and carnivores. By collaborating closely with local communities, especially traditional cattle herders, CLAWS supports both species conservation and rural livelihoods—making coexistence not just possible, but sustainable.…
OpenGL – Knox Game Design, January 2024
Manage episode 398170970 series 1093732
Kandungan disediakan oleh Knox Game Design. Semua kandungan podcast termasuk episod, grafik dan perihalan podcast dimuat naik dan disediakan terus oleh Knox Game Design atau rakan kongsi platform podcast mereka. Jika anda percaya seseorang menggunakan karya berhak cipta anda tanpa kebenaran anda, anda boleh mengikuti proses yang digariskan di sini https://ms.player.fm/legal.
Introduction to OpenGL and how to setup development environment using MSYS2. Code examples in C for displaying polygons, keyboard input with GLUT, and a simple game demo. OpenGL code examples in C – https://github.com/levidsmith/KnoxGameDesign/tree/master/opengl Links and Notes OpenGL – https://www.opengl.org/ MSYS2 – https://www.msys2.org/ Setting up OpenGL development Environment on Windows with MSYS2 – https://www.jamiebayne.co.uk/blog/opengl-windows Lazy … Continue reading OpenGL – Knox Game Design, January 2024 →
…
continue reading
111 episod
Manage episode 398170970 series 1093732
Kandungan disediakan oleh Knox Game Design. Semua kandungan podcast termasuk episod, grafik dan perihalan podcast dimuat naik dan disediakan terus oleh Knox Game Design atau rakan kongsi platform podcast mereka. Jika anda percaya seseorang menggunakan karya berhak cipta anda tanpa kebenaran anda, anda boleh mengikuti proses yang digariskan di sini https://ms.player.fm/legal.
Introduction to OpenGL and how to setup development environment using MSYS2. Code examples in C for displaying polygons, keyboard input with GLUT, and a simple game demo. OpenGL code examples in C – https://github.com/levidsmith/KnoxGameDesign/tree/master/opengl Links and Notes OpenGL – https://www.opengl.org/ MSYS2 – https://www.msys2.org/ Setting up OpenGL development Environment on Windows with MSYS2 – https://www.jamiebayne.co.uk/blog/opengl-windows Lazy … Continue reading OpenGL – Knox Game Design, January 2024 →
…
continue reading
111 episod
كل الحلقات
×K
Knox Game Design

1 Simulations – Knox Game Design, March 2025 23:05
23:05
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai23:05
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…
K
Knox Game Design

1 Sockets – Knox Game Design, February 2025 18:57
18:57
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai18:57
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 →…
K
Knox Game Design

1 Drag and Drop – Knox Game Design, January 2025 30:30
30:30
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai30:30
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…
K
Knox Game Design

1 Solitaire – Knox Game Design, December 2024 38:30
38:30
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai38:30
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…
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…
K
Knox Game Design

1 RPG Battle Damage – Knox Game Design, October 2024 25:32
25:32
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai25:32
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 →…
K
Knox Game Design

1 NFTs – Knox Game Design, September 2024 17:40
17:40
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai17:40
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 →…
K
Knox Game Design

1 Blockchain for Game Development – Knox Game Design, August 2024 51:50
51:50
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai51:50
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 →…
K
Knox Game Design

1 Exploring NES Memory – Knox Game Design, July 2024 14:35
14:35
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai14:35
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 →…
K
Knox Game Design

1 Jumping – Knox Game Design, June 2024 34:22
34:22
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai34:22
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…
K
Knox Game Design

1 Flood Fill Recursion – Knox Game Design, May 2024 26:01
26:01
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai26:01
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
K
Knox Game Design

1 Knox Game Jam 2024 Recap – Knox Game Design, April 2024 21:25
21:25
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai21:25
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 →…
K
Knox Game Design

1 UML with Dia – Knox Game Design, March 2024 34:20
34:20
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai34:20
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 →…
K
Knox Game Design

1 Texture Mapping – Knox Game Design, February 2024 31:07
31:07
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai31:07
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 →…
K
Knox Game Design

1 OpenGL – Knox Game Design, January 2024 39:23
39:23
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai39:23
Introduction to OpenGL and how to setup development environment using MSYS2. Code examples in C for displaying polygons, keyboard input with GLUT, and a simple game demo. OpenGL code examples in C – https://github.com/levidsmith/KnoxGameDesign/tree/master/opengl Links and Notes OpenGL – https://www.opengl.org/ MSYS2 – https://www.msys2.org/ Setting up OpenGL development Environment on Windows with MSYS2 – https://www.jamiebayne.co.uk/blog/opengl-windows Lazy … Continue reading OpenGL – Knox Game Design, January 2024 →…
K
Knox Game Design

1 Doom Modding – Knox Game Design, December 2023 48:35
48:35
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai48:35
Overview of modding Doom with customized levels and graphics. Links and Notes GZDoom download – https://zdoom.org/downloads Doom World mods – https://www.doomworld.com/idgames/ ModDB mods – https://www.moddb.com/games/doom-ii/mods Ultimate Doom Builder download – https://devbuilds.drdteam.org/ultimatedoombuilder/ Ultimate Doom Builder instructions – https://forum.zdoom.org/viewtopic.php?t=66745 MSYS2 (7zip decompression) – https://www.msys2.org/ Doom World Doom editors – https://www.doomworld.com/classicdoom/utils/editors.php Doom World beginner tutorial – https://www.doomworld.com/forum/topic/140740-doom-mapping-crash-course-absolute-beginner-mapping-workshop/ Slade3 … Continue reading Doom Modding – Knox Game Design, December 2023 →…
K
Knox Game Design

1 Memory Card Game – Knox Game Design, November 2023 45:20
45:20
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai45:20
Explanation of design and implementation of card memory matching game in MonoGame. Demo code – https://github.com/levidsmith/KnoxGameDesign/tree/master/memory_game Links and Notes Podcast theme music – Ride by Pocketmaster
K
Knox Game Design

1 Object Oriented GameMaker – Knox Game Design, October 2023 24:58
24:58
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai24:58
Presentation on how to apply object oriented principles to GameMaker to expand the variety of enemies and items in games. Includes discussion of parenting of objects in GameMaker and how to inherit attributes and functions in children objects. Links and Notes GameMaker – https://gamemaker.io/en Podcast theme music – Ride by Pocketmaster…
K
Knox Game Design

1 OpCodes – Knox Game Design, September 2023 28:37
28:37
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai28:37
Overview of OpCodes and how those relate to video game consoles. Links and Notes 6502 OpCodes at Ultimate Commodore 64 Reference – https://www.pagetable.com/c64ref/6502/ GameBoy OpCodes – https://www.pastraiser.com/cpu/gameboy/gameboy_opcodes.html x86 OpCodes – https://net.cs.uni-bonn.de/fileadmin/user_upload/plohmann/x86_opcode_structure_and_instruction_overview.pdf 6502 and other retro console processors – https://www.arcadecomponents.com/cpusupport.html Podcast theme music – Ride by Pocketmaster…
K
Knox Game Design

1 Character Encoding – Knox Game Design, August 2023 22:57
22:57
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai22:57
Overview of encoding characters and letters into their numerical and binary values. Explanation of how to use bitwise operators to change case of characters. Links and Notes Podcast theme music – Ride by Pocketmaster
Overview of how parallax is used and implemented in 2D video games. Links and Notes Demo code – https://github.com/levidsmith/KnoxGameDesign/tree/master/parallax Podcast theme music – Ride by Pocketmaster
K
Knox Game Design

1 Grid Based Games – Knox Game Design, June 2023 42:18
42:18
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai42:18
Overview of grid based games and implementation of checkers in MonoGame/C#. Links and Notes Checkers demo code – https://github.com/levidsmith/KnoxGameDesign/tree/master/gridbased Podcast theme music – Ride by Pocketmaster
Knox Game Design Spring ’23 game jam entries Links and Notes Podcast theme music – Ride by Pocketmaster
K
Knox Game Design

1 Falling Blocks – Knox Game Design, April 2023 50:50
50:50
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai50:50
Walkthrough on how to create a basic falling block line clearing game using MonoGame. Project code – https://github.com/levidsmith/KnoxGameDesign/tree/master/falling_blocks Links and Notes Visual Studio Community – visualstudio.microsoft.com/vs/community MonoGame – www.monogame.net Podcast theme music – Ride by Pocketmaster…
K
Knox Game Design

1 Game Engines – Knox Game Design, March 2023 11:57
11:57
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai11:57
Overview of game engines and development libraries. Links and Notes Godot Engine – godotengine.org Unity – unity.com Unreal Engine – www.unrealengine.com GameMaker – gamemaker.io Stencyl – stencyl.com Scratch – scratch.mit.edu SDL – www.libsdl.org Allegro – liballeg.org MonoGame – www.monogame.net Pygame – pygame.org Pico-8 – www.lexaloffle.com/pico-8.php OpenGL – www.opengl.org Podcast theme music – Ride by Pocketmaster…
K
Knox Game Design

1 SVG Scalable Vector Graphics – Knox Game Design, February 2023 19:18
19:18
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai19:18
How to create vector graphics in the SVG (Scalable Vector Graphics) format by text editor or Inkscape. Demo code – https://github.com/levidsmith/KnoxGameDesign/tree/master/svg Links and Notes Podcast theme music – Ride by Pocketmaster
K
Knox Game Design

1 Javascript and HTML Canvas – Knox Game Design, January 2023 56:15
56:15
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai56:15
How to create a simple space shooter web game using Javascript and HTML Canvas, as well as drawing the Tennessee state flag. Demo code – https://github.com/levidsmith/KnoxGameDesign/tree/master/javascript Links and Notes Javascript reference at Mozilla – https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference Canvas API at Mozilla – https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API HTML Canvas reference at W3Schools – https://www.w3schools.com/tags/ref_canvas.asp Podcast theme music – Ride by Pocketmaster…
K
Knox Game Design

1 QBasic IO and Graphics, Knox Game Design, December 2022 52:45
52:45
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai52:45
A look at various approaches for keyboard input and graphics display in QBasic. Demo code – https://github.com/levidsmith/QBasicShooter Links and Notes QBasic.net – https://www.qbasic.net/ ASCII character chart – https://www.qbasic.net/en/reference/general/ascii-table.htm Keyboard scan codes – https://www.qbasic.net/en/reference/general/scan-codes.htm DOSBox special keys – https://www.dosbox.com/wiki/Special_Keys QBasic advanced memory functions – http://www.petesqbsite.com/sections/tutorials/tuts/memory.htm Sprites in QBasic – http://www.tedfelix.com/qbasic/sprites.html Introduction to QBasic – http://www.petesqbsite.com/sections/tutorials/tuts/dandd/ WikiBooks … Continue reading QBasic IO and Graphics, Knox Game Design, December 2022 →…
K
Knox Game Design

1 Number Systems – Knox Game Design, November 2022 33:38
33:38
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai33:38
Overview of number systems, including decimal base 10, binary base 2, hexadecimal base 16. How to convert between the number systems. Explanation of addition and subtraction in binary. Links and Notes Podcast theme music – Ride by Pocketmaster
K
Knox Game Design

1 Knox Game Jam Fall ’22 Recap – Knox Game Design, October 2022 10:43
10:43
Main Kemudian
Main Kemudian
Senarai
Suka
Disukai10:43
Knox Game Jam games Old Timer Peg Game by Levi Other games by Knox Developers Caverns of Evil (Steam) by Jared Labyrinth (Steam) by James Gospelgo by Danosono
Selamat datang ke Player FM
Player FM mengimbas laman-laman web bagi podcast berkualiti tinggi untuk anda nikmati sekarang. Ia merupakan aplikasi podcast terbaik dan berfungsi untuk Android, iPhone, dan web. Daftar untuk melaraskan langganan merentasi peranti.