Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.06 KB

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.