Getting Started

In this tutorial, you'll make some changes to a simple browser-based game called T-Rex Runner. The game is composed of HTML, Javascript, and CSS.

If you use the Google Chrome browser, you may have played T-Rex Runner before. This game appears when your network is disconnected.

TRex Runner

At the end of this lesson, we will transform this game to Toggle Runner, an intergalactic space runner game based on LaunchDarkly's mascot, Toggle:

Toggle Runner

The code in this tutorial is written in JavaScript and requires a browser that supports ES6 Modules. Any modern browser except Internet Explorer should do the trick. If you're not familiar with JavaScript, it's okay. The concepts we discuss in this tutorial apply to the other programming languages supported by LaunchDarkly.

We will use Replit, a web-based code environment, to edit and run code. Each lesson in this tutorial will expand the game with new features.

When you're ready to proceed, click the Next button below.