All Projects → moomerman → Flappy Phoenix

moomerman / Flappy Phoenix

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

Programming Languages

javascript
184084 projects - #8 most used programming language
elixir
2628 projects

Labels

Projects that are alternatives of or similar to Flappy Phoenix

Firestorm
An open-source forum engine, with an Elixir+Phoenix backend and an Elm frontend.
Stars: ✭ 958 (+1288.41%)
Mutual labels:  phoenix
Messengyr
A clone of Facebook Messenger. Built with Elixir + Phoenix.
Stars: ✭ 44 (-36.23%)
Mutual labels:  phoenix
Phoenix In Action
Code snippets and examples from the book Phoenix in Action from Manning and Geoffrey Lessel
Stars: ✭ 60 (-13.04%)
Mutual labels:  phoenix
Slipstream
A slick websocket client for Phoenix channels
Stars: ✭ 33 (-52.17%)
Mutual labels:  phoenix
Ansible Elixir Playbooks
Ansible playbooks for Elixir build server and Phoenix Website. Sample app here: https://github.com/LunarLogic/phoenix_website
Stars: ✭ 39 (-43.48%)
Mutual labels:  phoenix
Habits
An Elixir/Phoenix app for tracking daily habits, ready to deploy to Heroku.
Stars: ✭ 55 (-20.29%)
Mutual labels:  phoenix
Platform
[Archived] Demo application for Elixir and Elm Tutorial.
Stars: ✭ 29 (-57.97%)
Mutual labels:  phoenix
Phoenix Todo List Tutorial
✅ Complete beginners tutorial building a todo list from scratch in Phoenix 1.5.3 (latest)
Stars: ✭ 65 (-5.8%)
Mutual labels:  phoenix
Elixirbooks
List of Elixir books
Stars: ✭ 1,021 (+1379.71%)
Mutual labels:  phoenix
Ansible Phoenix Build
Sample app with full build and deploy setup of a Phoenix app using ansible
Stars: ✭ 59 (-14.49%)
Mutual labels:  phoenix
Scout apm elixir
ScoutAPM Elixir Agent. Supports Phoenix and other frameworks.
Stars: ✭ 33 (-52.17%)
Mutual labels:  phoenix
Ansible Phoenix
[Unmaintained] Develop and deploy a Phoenix app using Ansible!
Stars: ✭ 37 (-46.38%)
Mutual labels:  phoenix
Elyxel
Community Software
Stars: ✭ 55 (-20.29%)
Mutual labels:  phoenix
Ddd elixir demo stage1
Stage 1 of an Elixir/Phoenix/Elm implementation of the Domain Driven Design shipping example.
Stars: ✭ 32 (-53.62%)
Mutual labels:  phoenix
Shorten api tutorial
🔗How to make a link shortener using Elixir, Phoenix and Mnesia
Stars: ✭ 60 (-13.04%)
Mutual labels:  phoenix
Phoenix tcp
TCP transport layer for Phoenix
Stars: ✭ 29 (-57.97%)
Mutual labels:  phoenix
Leather
💰 A super fast money management app.
Stars: ✭ 52 (-24.64%)
Mutual labels:  phoenix
Wallaby
Concurrent browser tests with elixir
Stars: ✭ 1,143 (+1556.52%)
Mutual labels:  phoenix
Alttracker
Alt Tracker is a beautiful, simple, cryptocurrency portfolio management tool
Stars: ✭ 65 (-5.8%)
Mutual labels:  phoenix
Phoenix Ecto Append Only Log Example
📝 A step-by-step example/tutorial showing how to build a Phoenix (Elixir) App where all data is immutable (append only). Precursor to Blockchain, IPFS or Solid!
Stars: ✭ 58 (-15.94%)
Mutual labels:  phoenix

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].