Uploaded November 2015 | Updated September 2026, 18 hours ago
We learn about single/double pole/throw switches!
**DISCLAIMER - READ BEFORE WATCHING**
I am an electronics hobbyist; I do not have a degree in electrical engineering. This series MAY NOT teach all of the appropriate safety required for general electronics work. Any advice taken from this series should be checked with multiple sources, and a professional should be addressed to ensure proper safety.
See my website: codenmore.github.io
Follow me on Twitter - @CodeNMore - twitter.com/CodeNMore
Comment, PM, or Tweet me for help!
Teaching to understand all subjects to the fullest extent!
We learn about single/double pole/throw switches!
**DISCLAIMER - READ BEFORE WATCHING**
I am an electronics hobbyist; I do not have a degree in electrical engineering. This series MAY NOT teach all of the appropriate safety required for general electronics work. Any advice taken from this series should be checked with multiple sources, and a professional should be addressed to ensure proper safety.
See my website: codenmore.github.io
Follow me on Twitter - @CodeNMore - twitter.com/CodeNMore
Comment, PM, or Tweet me for help!
Teaching to understand all subjects to the fullest extent!
![33 - Inventory Beginnings - New Beginner 2D Game Programming
We begin item pickups and an inventory system!
***IMPORTANT: ADD THE FUNCTION BELOW TO THE KEY MANAGER CLASS***
public boolean keyJustPressed(int keyCode){
if(keyCode < 0 || keyCode >= keys.length)
return false;
return justPressed[keyCode];
}
Need source code? See my website: https://codenmore.github.io/
Follow me on Twitter - @CodeNMore - http://www.twitter.com/CodeNMore
Comment, PM, or Tweet me for help!
Teaching to understand all subjects to the fullest extent! 33 - Inventory Beginnings - New Beginner 2D Game Programming](https://i.ytimg.com/vi/QlypJFwxpH0/mqdefault.jpg)



![[16] Let’s Make a Godot Space Shooter: Bullet Hit Effect
A simple effect when a bullet hits something! Let’s Make a Godot Space Shooter together - a series covering basic Godot concepts and workflows to create a full PC, mobile, and controller-supported game!
See my website (source code link available per-episode!): https://codenmore.github.io/
Follow me on Twitter - @CodeNMore - http://www.twitter.com/CodeNMore
Teaching to understand all subjects to the fullest extent!
Thumbnail: Godot Logo (C) Andrea Calabró Distributed under the terms of the Creative Commons Attribution License version 3.0 (CC-BY 3.0). https://creativecommons.org/licenses/by/3.0/legalcode. [16] Let’s Make a Godot Space Shooter: Bullet Hit Effect](https://i.ytimg.com/vi/W0DWXgnTA5E/mqdefault.jpg)



![[4.1] Lets Make a Godot Space Shooter: Moving the Player
We move the player around with the keyboard, and use normalized vectors! Let’s Make a Godot Space Shooter together - a series covering basic Godot concepts and workflows to create a full PC, mobile, and controller-supported game!
See my website (source code link available per-episode!): https://codenmore.github.io/
Follow me on Twitter - @CodeNMore - http://www.twitter.com/CodeNMore
Teaching to understand all subjects to the fullest extent!
Thumbnail: Godot Logo (C) Andrea Calabró Distributed under the terms of the Creative Commons Attribution License version 3.0 (CC-BY 3.0). https://creativecommons.org/licenses/by/3.0/legalcode. [4.1] Lets Make a Godot Space Shooter: Moving the Player](https://i.ytimg.com/vi/XSJyT0m7OaA/mqdefault.jpg)

