1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
Multiplayer chess game in Elixir/Phoenix and React https://chess.danbarber.me
Go to file
2018-02-27 23:02:32 -05:00
assets Hound fix 2018-02-27 22:49:00 -05:00
bin Apparently we don't need to install Yarn 2018-02-23 11:59:55 -05:00
config Add check origin config for production 2018-02-26 23:26:04 -05:00
lib Game updates are now pushed to each client 2018-02-25 16:45:15 -05:00
priv Players take turns 2018-02-24 15:52:22 -05:00
rel Start chain with value 2018-02-20 13:07:02 -05:00
test Create a channel and connect the socket 2018-02-25 15:07:45 -05:00
.buildpacks Changes for Gigalixir deploy 2018-02-19 17:43:04 -05:00
.eslintrc.json Add hound configuration 2018-02-27 23:02:32 -05:00
.gitignore Upgrade to Phoenix 1.3 2018-01-12 16:47:26 -05:00
.hound.yml Add hound configuration 2018-02-27 23:02:32 -05:00
.scss-lint.yml Add hound configuration 2018-02-27 23:02:32 -05:00
.tool-versions Update Elixir version 2018-02-27 19:27:41 -05:00
elixir_buildpack.config Add Elixir buildpack config 2018-02-27 20:25:09 -05:00
LICENSE.md Add license 2016-11-14 16:00:50 +00:00
mix.exs Update Elixir version 2018-02-27 19:27:41 -05:00
mix.lock Update deps 2018-02-23 13:51:23 -05:00
README.md Add build status to readme 2018-01-15 22:03:27 -05:00

Chess

Codeship Status for
danbee/chess

Getting started

  • Run the setup script at bin/setup
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.