Blog posts tagged "angular"

Angular text adventure, part 3: The game data models

A look at a few of the game's data structures, and how Angular's HttpClient can make API calls to a Django Rest Framework API in a decoupled application.

Angular animations - Fade In and Fade Out

Angular's animation API is quite powerful. It can trigger various special effects when data changes or when an element is added or removed. The effects on adding and removing were useful to me in a recent project, so I thought I would take a closer look.

Angular text adventure, part 2: The command parser

The second part of a series about rewriting the classic game, The Wonderful World of Eamon. Here I show the game’s command prompt and a few handy features in the command UI.

Eamon Remastered: Rewriting a Text Adventure Game in Angular

The Apple II is long dead, and playing the original version of the text adventure game Eamon now requires an emulator. What if I could rewrite it for modern computers? A programming adventure using Django and Angular.