
JavaScript Game Development Course for Beginners
Learn to make 2D games with HTML, CSS & plain vanilla JavaScript, no frameworks and no libraries. From sprite animation to state management, in this series of projects you will learn everything you need to make your own 2D animated games! We will go step by step explaining each technique on a small standalone codebase […]
Read More
Code Zelda in GQL, React, Serverless Functions + AstraDB
- Frank
- June 17, 2022
- Ania Kubow
- Game Dev
- zelda
Learn how to code while building a Zelda inventory clone.
Read More
Learn JavaScript by Building 7 Games – Full Course
Learn JavaScript by building 7 retro games with Ania Kubów.
Read More
The Ultimate Introduction to Pygame
- Frank
- February 3, 2022
- Game Dev
- PyGame
- Python
In this tutorial you will learn to create a runner game in Python with Pygame. Link to the project folder. Time stamps: 0:00:00 intro 0:01:06 How games work 0:05:06 What Pygame does 0:08:08 Creating a blank window (+ clock) 0:22:07 Displaying images (with surfaces) 0:42:22 Basic animations 0:51:28 Rectangles 1:03:47 Collisions with rectangles (+using the […]
Read More
How to create a Zelda style game in python
- Frank
- January 28, 2022
- Game Dev
- PyGame
- Python
A tutorial on the basic mechanics of a Zelda game like a player camera, depth (fake 3D) and collisions. Project files: https://github.com/clear-code-projects/SimpleZelda
Read More
New C# Features in Unity
- Frank
- January 10, 2022
- C#
- c# 8 features
- c# 8 new features
- c# 8.0 features
- c# unity
- charles amat
- Game Dev
- game development
- GameDev
- infallible code
- new c# 8 features
- new C# 8 features in Unity
- new c# 8.0 features
- new C# 8.0 features in Unity
- new c# features
- new C# features in Unity
- programming for unity
- programming in unity
- unity 3d
- unity c#
- unity c# tutorial
- unity programming
- Unity3D
As of Unity 2021.2, you now have access to some new C# features in Unity. This is thanks to improved support for .NET Standard 2.1 which has given us Unity developers the ability to use all of the features available in C# 8.0. Time Stamps: 00:00 Introduction 01:18 Sign up for the Level_2 Game Dev […]
Read More
Easy JavaScript Game Development with Kaboom.js
Learn how use JavaScript and Kaboom.js to create three classic video games. Watch how to create games similar to Space Invaders, Super Mario Bros. and Legend of Zelda.
Read More
Math for Game Programmers
Here’s a great talk from the 2017 GDC, Dire Wolf Digital’s Shay Pierce discusses techniques and considerations when using random generation in games.
Read More
Elon Musk and Bethesda’s Todd Howard at E3 2019
Two of our era’s most brilliant and eccentric minds meet at E3 2019 in this somewhat improbable conversation.
Read More
Creating Games with Unity and Visual Studio
In this episode of Visual Studio Toolbox, Arturo Nunez shows us the seamless integration of Visual Studio and Unity and how this makes you a much more productive game developer. You get the benefits of things like IntelliSense and full debugging support for your scripts, as well as Unity specific features like directly implementing Unity […]
Read More