Skip to content

ideaMarcos/boneyard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 4, 2025
9390b0d · Feb 4, 2025

History

67 Commits
Feb 2, 2025
Dec 26, 2024
Jan 24, 2025
Jan 28, 2025
Feb 2, 2025
Jan 22, 2025
Jan 24, 2025
Jan 22, 2025
Jan 4, 2025
Jan 22, 2025
Jan 28, 2025
Jan 22, 2025
Feb 4, 2025
Dec 26, 2024
Jan 22, 2025
Jan 24, 2025
Jan 22, 2025
Feb 2, 2025

Repository files navigation

Boneyard - WIP Domino game using Liveview for 2-4 players

License Last Updated

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

gameplay.mp4
iex> {:ok, game} = Game.new(4, 7, 6)
iex> Game.playable_tiles(game)
iex> {:ok, tile, game} = Cpu.play_random_tile(game)
iex> {:error, reason, game} = Cpu.play_until_round_over(game)

Learn more

Other

  • mix phx.new boneyard --database sqlite3 --no-mailer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published