/flappy-phoenix

🐦 Flappy Bird clone written in Elixir using Phoenix LiveView to render the game UI from the server.

Primary LanguageJavaScript

Flappy Phoenix

Flappy Phoenix is a Flappy Bird clone written in Elixir using Phoenix LiveView to render the game UI from the server.

Screenshot

Try the game on Now.

Some interesting files:

Credits

The game assets were repurposed from the Motion Game sample app.

Running it locally

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.