All Projects → dorilla → live_view_black_jack

dorilla / live_view_black_jack

Licence: other
BlackJack https://polite-angelic-beaver.gigalixirapp.com/

Programming Languages

elixir
2628 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to live view black jack

hippo game live
Elixir & Phoenix LiveView game
Stars: ✭ 43 (-25.86%)
Mutual labels:  elixir-phoenix, liveview
pryin
PryIn is an Application Performance Monitoring platform for your Elixir/Phoenix application.
Stars: ✭ 25 (-56.9%)
Mutual labels:  elixir-phoenix
plotex
Elixir plotting utilities library
Stars: ✭ 74 (+27.59%)
Mutual labels:  liveview
king of tokyo
👑 King of Tokyo Multiplayer Board Game using Phoenix LiveView
Stars: ✭ 25 (-56.9%)
Mutual labels:  liveview
kandesk
Simple Kanban application written in elixir using phoenix liveview
Stars: ✭ 157 (+170.69%)
Mutual labels:  liveview
lasso
Real-time UI for webhooks
Stars: ✭ 27 (-53.45%)
Mutual labels:  liveview
mfpb
My Frugal PostBin
Stars: ✭ 26 (-55.17%)
Mutual labels:  liveview
vscode-eex-snippets
Elixir EEx and HTML (EEx) code snippets.
Stars: ✭ 23 (-60.34%)
Mutual labels:  elixir-phoenix
phoenix live controller
Controller-style abstraction for building multi-action live views on top of Phoenix.LiveView
Stars: ✭ 31 (-46.55%)
Mutual labels:  liveview
tictac
Demonstration of building a clustered, distributed, multi-player, turn-based game server written in Elixir.
Stars: ✭ 278 (+379.31%)
Mutual labels:  liveview
estimator-elixir
Elixir side-project: Collaboratively estimate Jira stories (for remote teams)
Stars: ✭ 44 (-24.14%)
Mutual labels:  elixir-phoenix
ecto nested changeset
Helpers for manipulating nested Ecto changesets
Stars: ✭ 23 (-60.34%)
Mutual labels:  liveview
igthorn
Cryptocurrency trading platform
Stars: ✭ 86 (+48.28%)
Mutual labels:  elixir-phoenix
NLW-Together-Elixir
Wabanex - Gerencie e acompanhe seus treinos na academia! Evento NLW Together organizado pela @Rocketseat 🚀
Stars: ✭ 15 (-74.14%)
Mutual labels:  elixir-phoenix
revista
☂️ Reference Elixir umbrella project deployed to AWS ECS with Docker and Terraform.
Stars: ✭ 18 (-68.97%)
Mutual labels:  elixir-phoenix
autoform
🤖📝 AutoForm is the simplest way to automatically generate fast, beautiful and standards/WCAG compliant HTML forms based on an Ecto Schema in a Phoenix Web Application to *significantly* speed up Web App Development. 🚀
Stars: ✭ 18 (-68.97%)
Mutual labels:  elixir-phoenix
vim-ide-elixir
Highly opininated setup of vim plugins for Elixir development
Stars: ✭ 28 (-51.72%)
Mutual labels:  elixir-phoenix
wassup
Personal assistant to help you save your personal memories and emotions together, securely
Stars: ✭ 58 (+0%)
Mutual labels:  elixir-phoenix
inertia phoenix
Inertiajs Adapter for Elixir Phoenix
Stars: ✭ 60 (+3.45%)
Mutual labels:  elixir-phoenix
mindwendel
Create a challenge. Ready? Brainstorm. mindwendel helps you to easily brainstorm and upvote ideas and thoughts within your team.
Stars: ✭ 22 (-62.07%)
Mutual labels:  elixir-phoenix

BlackJack

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • 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.

Info

This repo is the code behind https://polite-angelic-beaver.gigalixirapp.com/.

It is a Phoenix Application utilizing LiveView.

The main pieces of code lives in:

  • lib/black_jack_web/live/black_jack_live.ex
    • Main templating logic
  • lib/game_manager/manager.ex
    • This is the dealer simulater
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].