Architecting a Game
Explore how to architect a game using RxJS by incorporating observables to manage interactivity and state. Understand how to draw and clear graphics on the HTML5 canvas, enabling you to build dynamic, interactive browser games. This lesson helps you grasp key RxJS patterns and canvas techniques to develop responsive game experiences.
We'll cover the following...
Architecting a game
Now let’s move beyond simple animations and start adding interactivity. In this section, you’ll put together an entire game using RxJS.
I’ve already built out just enough for you to start plugging things together with observables. Don’t hesitate to read through these prebuilt sections, but understanding them is not required for the neat, new RxJS tricks you’ll learn through the rest of the chapter.
Before anything else, ...