Flappy Phoenix is a Flappy Bird clone written in Elixir using Phoenix LiveView to render the game UI from the server.
Try the game on Now.
Some interesting files:
The game assets were repurposed from the Motion Game sample app.
To start your Phoenix server:
- Install dependencies with
mix deps.get
- Install Node.js dependencies with
cd assets && npm install
- Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser.