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-01-15 16:06:00 -05:00
assets Upgrade to Phoenix 1.3 2018-01-12 16:47:26 -05:00
bin Add setup script and modify README 2018-01-12 16:56:07 -05:00
config Upgrade to Phoenix 1.3 2018-01-12 16:47:26 -05:00
lib Move models into lib/chess 2018-01-12 17:24:13 -05:00
priv Create new games and display them 2016-12-10 19:35:01 +01:00
test Fix up tests after 1.3 upgrade 2018-01-15 16:06:00 -05:00
.gitignore Upgrade to Phoenix 1.3 2018-01-12 16:47:26 -05:00
.tool-versions Upgrade to Phoenix 1.3 2018-01-12 16:47:26 -05:00
LICENSE.md Add license 2016-11-14 16:00:50 +00:00
mix.exs User gettext-0.13.1 until the RO bug is fixed 2018-01-15 15:51:21 -05:00
mix.lock User gettext-0.13.1 until the RO bug is fixed 2018-01-15 15:51:21 -05:00
README.md Add setup script and modify README 2018-01-12 16:56:07 -05:00

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.