Articles tagged with: Game Dev

GDC game development talks about Zelda BOTW and Zelda TOTK

Summary: A mention of GDC talks on the development of the latest two Zelda games, highlighting the radical changes in BOTW and the advancements in physics and sound in TOTK.


Book Review: Dungeon Hacks

Summary: A review of the book 'Dungeon Hacks: How NetHack, Angband, and Other Roguelikes Changed the Course of Video Games', by David L. Craddock


An Entity Component System in Javascript

Summary: An implementation of an Entity Component System (ECS) architecture pattern in JavaScript, with code and demo both provided.


Zombie Infection Simulator mini-game

Summary: The development of a Zombie Infection Simulator mini-game, porting a Java + Processing framework game to Javascript + HTML 5. The game can be played online and the source code is available on Github.


Tinkering with Quake

Summary: Experiments with the Quake video game, including creating a random map launcher and exploring a Javascript and WebGL port of the game's server and client code.