Category: other posts
-
Make Platformer Jump Feel Satisfying using Coyote Timer
In all of my older platformer games, the jumping always felt slightly off. Big…
-
[Thoughts] How I Use AI to Speed Up Game Creation
Alright I am back on this blog after months of inactivity due to my…
-
Procedural Generation Using L-Systems
Cover photo credits: https://www.shadertoy.com/view/XtyGzh Lindenmayer system (L-system) is a representation of how plants and…
-
Multiplayer & Networking in Games
Basic Networking Overview In multiplayer game, if we are sending data to another player,…
-
Shaders & VFX in Games
Visual Effects (VFX) VFX is a category of effects that enhance the visual experience…
-
Physics & Collision Detection
Reading This article covers some techniques of physics used in games; however, collision detection,…
-
Asset Creation & Game Art
What are Game Assets? Game assets consist of textures, 2D sprites (which are just…
-
AI Decision-making & Pathfinding in Games
Path finding Techniques Most games require AI to travel to some place; as in…
-
Designing your Video Game
Game design is the documentation of everything about the game before we develop it.…