Deploying Flappy Bird on the NuNet Appliance
This tutorial walks you through deploying the Flappy Bird game on your NuNet Appliance using the web UI. Flappy Bird is a simple yet engaging game that serves as a great demonstration of deploying containerized applications on the NuNet decentralized compute network.
About Flappy Bird
Flappy Bird is a classic side-scrolling game where players control a bird, navigating it through gaps between pipes by tapping to make the bird "flap" and rise. The NuNet version of Flappy Bird runs as a containerized web application that you can deploy and access through your browser. It's a perfect example to understand how ensemble deployments work on NuNet, as it demonstrates resource allocation, container execution, and network connectivity.
The game features:
- Real-time gameplay accessible via web browser
- Customizable bird colors
- Score tracking via the NuNet telemetry API
- Real-time log forwarding for monitoring
Prerequisites
Before you begin, make sure you have:
- NuNet Appliance installed and running - If you haven't installed it yet, follow the NuNet Appliance installation guide
- Access to the Appliance UI - You should be able to access the web dashboard (typically via the IP address shown in the appliance boot screen or QR code)
- Basic understanding of deployments - While not strictly necessary, familiarity with the deployment concepts will help
Note: The Flappy Bird game requires minimal resources (typically 1 CPU core, 1-2 GB RAM), so it can run on most appliance configurations. However, if you plan to deploy it locally on your appliance, ensure your machine has sufficient resources available.
Step 1: Access the Deployment Interface
- Open your web browser and navigate to your NuNet Appliance dashboard
- In the left navigation pane, click on Deployments
- Click the New button to start a new deployment

You'll see two deployment modes: Simple Mode (for pre-made templates) and Advanced Mode (for custom ensemble files). For this tutorial, we'll use Simple Mode.
Step 2: Select the Flappy Bird Ensemble
In the simple mode interface, you'll see a list of pre-made ensemble templates. Look for the Flappy Bird or Crappy Bird template in the list.

Click on the Flappy Bird template, then click Next to proceed to the deployment configuration.
Step 3: Choose Deployment Destination
You have three options for where to deploy the game:
Local Deployment
Deploy the game directly on your NuNet Appliance machine. This is the simplest option for testing and requires no additional network configuration.
- Select Local as your deployment destination
- Ensure your appliance has at least 1 CPU core and 1-2 GB RAM available